Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.affinity | |
org.infinispan.atomic |
This package contains the
AtomicMap interfaces and API that Infinispan exposes as building
blocks in creating other public interfaces such as the Tree API. |
org.infinispan.batch |
Support for batching calls using the
Cache.startBatch() and Cache.endBatch(boolean)
API. |
org.infinispan.cdi |
This is the Infinispan CDI module.
|
org.infinispan.cdi.interceptor |
This package provides the partial support of JCACHE (JSR-107).
|
org.infinispan.cli.interpreter.session | |
org.infinispan.client.hotrod.impl | |
org.infinispan.client.hotrod.logging | |
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
org.infinispan.commands.read | |
org.infinispan.config |
Cache configuration beans and parsers.
|
org.infinispan.container.versioning | |
org.infinispan.demo |
Classes, programs and applications that help demonstrate how Infinispan can be used.
|
org.infinispan.distexec | |
org.infinispan.distexec.mapreduce | |
org.infinispan.distexec.mapreduce.spi | |
org.infinispan.distexec.spi | |
org.infinispan.ec2demo | |
org.infinispan.eviction |
Classes related to eviction.
|
org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
org.infinispan.interceptors.base |
Base interceptors containing common, reusable behavior.
|
org.infinispan.io |
Provides Infinispan-specific input and output streams, buffers and related utilities.
|
org.infinispan.jmx |
Helpers that allow easy exposure of attributes and operations via JMX.
|
org.infinispan.loaders |
This package contains loaders and stores, which are used for overflow or persistence.
|
org.infinispan.loaders.bdbje |
This package contains a
CacheStore implementation based on
Oracle's BDBJE storage engine. |
org.infinispan.loaders.cassandra |
This package contains a
CacheStore implementation based on
persisting to Apache Cassandra |
org.infinispan.loaders.cloud |
This package contains a
CacheStore implementation based on
JClouds, which in turn is an abstraction layer to store data on cloud infrastructure providers
such as Amazon's S3,
RackspaceCloud's CloudFiles,
Microsoft's Windows Azure Blob Storage API, and others. |
org.infinispan.loaders.cluster |
A
CacheLoader (not CacheStore ) that polls other nodes in the cluster for state. |
org.infinispan.loaders.decorators |
This package contains loaders and stores, which are used for overflow or persistence.
|
org.infinispan.loaders.file |
Simple filesystem-based
CacheStore implementation. |
org.infinispan.loaders.hbase |
This package contains a
CacheStore implementation based on
persisting to HBase. |
org.infinispan.loaders.jdbc.binary |
This JDBC CacheStore implementation is optimized for storing binary (non-String)
keys in the cache.
|
org.infinispan.loaders.jdbc.mixed |
This is a delegating CacheStore implementation that delegates either to a binary
or String based JDBC cache store depending on the key used.
|
org.infinispan.loaders.jdbc.stringbased |
This JDBC CacheStore implementation is optimized for storing String
keys in the cache.
|
org.infinispan.loaders.jdbm |
This package contains a
CacheStore implementation based on
persisting to JDBM. |
org.infinispan.loaders.leveldb | |
org.infinispan.loaders.remote | |
org.infinispan.lucene |
Lucene Directory implementation which stores the index in Infinispan.
|
org.infinispan.lucene.cachestore | |
org.infinispan.lucene.locking |
Lucene's IndexWriter instances are threadsafe but you can have only one open on the index, so when opening an IndexWriter an
index-wide lock needs to be acquired.
|
org.infinispan.lucene.readlocks |
Several implementations for a SegmentReadLocker, pick one depending on your use case.
|
org.infinispan.lucenedemo | |
org.infinispan.manager |
Cache manager package
|
org.infinispan.marshall |
Infinispan makes use of custom marshalling to serialize and deserialize state wherever
possible, rather than falling back to the JDK to do this.
|
org.infinispan.nearcache.jms | |
org.infinispan.notifications |
Notifications and eventing for listeners on both the Cache and CacheManager interfaces.
|
org.infinispan.notifications.cachelistener.event | |
org.infinispan.query | |
org.infinispan.query.backend | |
org.infinispan.query.clustered | |
org.infinispan.query.clustered.commandworkers | |
org.infinispan.query.impl | |
org.infinispan.query.impl.massindex | |
org.infinispan.remoting |
Remote communication between cache instances.
|
org.infinispan.remoting.rpc |
Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.
|
org.infinispan.remoting.transport.jgroups |
A transport implementation based on JGroups.
|
org.infinispan.server.hotrod.util | |
org.infinispan.server.websocket | |
org.infinispan.server.websocket.handlers | |
org.infinispan.spring.support | |
org.infinispan.spring.support.embedded | |
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
org.infinispan.transaction |
JTA transaction support.
|
org.infinispan.transaction.xa |
XA transaction support.
|
org.infinispan.tree |
This package contains the TreeCache.
|
org.infinispan.upgrade | |
org.infinispan.upgrade.hotrod | |
org.infinispan.util |
General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and
collections and containers designed to supplement the JDK-provided containers.
|
org.infinispan.util.concurrent |
Thread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities
and containers.
|
org.infinispan.util.concurrent.locks |
Lock and synchronization related classes, tools and utilities.
|
org.infinispan.util.logging |
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
|
org.infinispan.xsite |
Class and Description |
---|
AbstractDelegatingAdvancedCache
Similar to
AbstractDelegatingCache , but for AdvancedCache . |
AbstractDelegatingAdvancedCache.AdvancedCacheWrapper |
AbstractDelegatingCache
This is a convenient base class for implementing a cache delegate.
|
AdvancedCache
An advanced interface that exposes additional methods not available on
Cache . |
Cache
The central interface of Infinispan.
|
CacheException
Thrown when operations on
Cache fail unexpectedly. |
CacheSupport |
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
AdvancedCache
An advanced interface that exposes additional methods not available on
Cache . |
Cache
The central interface of Infinispan.
|
Class and Description |
---|
CacheException
Thrown when operations on
Cache fail unexpectedly. |
Class and Description |
---|
AdvancedCache
An advanced interface that exposes additional methods not available on
Cache . |
Cache
The central interface of Infinispan.
|
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
CacheSupport |
Class and Description |
---|
CacheConfigurationException
An exception that represents an error in the configuration.
|
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
CacheException
Thrown when operations on
Cache fail unexpectedly. |
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
AdvancedCache
An advanced interface that exposes additional methods not available on
Cache . |
Cache
The central interface of Infinispan.
|
Class and Description |
---|
AdvancedCache
An advanced interface that exposes additional methods not available on
Cache . |
Cache
The central interface of Infinispan.
|
CacheException
Thrown when operations on
Cache fail unexpectedly. |
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
AdvancedCache
An advanced interface that exposes additional methods not available on
Cache . |
Cache
The central interface of Infinispan.
|
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
Cache
The central interface of Infinispan.
|
CacheException
Thrown when operations on
Cache fail unexpectedly. |
Class and Description |
---|
AdvancedCache
An advanced interface that exposes additional methods not available on
Cache . |
Cache
The central interface of Infinispan.
|
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
AdvancedCache
An advanced interface that exposes additional methods not available on
Cache . |
Cache
The central interface of Infinispan.
|
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
Cache
The central interface of Infinispan.
|
CacheException
Thrown when operations on
Cache fail unexpectedly. |
Class and Description |
---|
Cache
The central interface of Infinispan.
|
CacheException
Thrown when operations on
Cache fail unexpectedly. |
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
CacheException
Thrown when operations on
Cache fail unexpectedly. |
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
AdvancedCache
An advanced interface that exposes additional methods not available on
Cache . |
Class and Description |
---|
AdvancedCache
An advanced interface that exposes additional methods not available on
Cache . |
Cache
The central interface of Infinispan.
|
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
AdvancedCache
An advanced interface that exposes additional methods not available on
Cache . |
Cache
The central interface of Infinispan.
|
Class and Description |
---|
AdvancedCache
An advanced interface that exposes additional methods not available on
Cache . |
Cache
The central interface of Infinispan.
|
Class and Description |
---|
Cache
The central interface of Infinispan.
|
CacheException
Thrown when operations on
Cache fail unexpectedly. |
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
CacheException
Thrown when operations on
Cache fail unexpectedly. |
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
Cache
The central interface of Infinispan.
|
Class and Description |
---|
Cache
The central interface of Infinispan.
|
CacheException
Thrown when operations on
Cache fail unexpectedly. |
Class and Description |
---|
Cache
The central interface of Infinispan.
|
CacheException
Thrown when operations on
Cache fail unexpectedly. |
Class and Description |
---|
Cache
The central interface of Infinispan.
|
CacheException
Thrown when operations on
Cache fail unexpectedly. |
Class and Description |
---|
AdvancedCache
An advanced interface that exposes additional methods not available on
Cache . |
Cache
The central interface of Infinispan.
|
CacheException
Thrown when operations on
Cache fail unexpectedly. |
Class and Description |
---|
Cache
The central interface of Infinispan.
|
CacheException
Thrown when operations on
Cache fail unexpectedly. |
Class and Description |
---|
Cache
The central interface of Infinispan.
|
CacheException
Thrown when operations on
Cache fail unexpectedly. |
Class and Description |
---|
CacheException
Thrown when operations on
Cache fail unexpectedly. |
Class and Description |
---|
CacheException
Thrown when operations on
Cache fail unexpectedly. |
Class and Description |
---|
CacheException
Thrown when operations on
Cache fail unexpectedly. |
Class and Description |
---|
CacheException
Thrown when operations on
Cache fail unexpectedly. |
Class and Description |
---|
Cache
The central interface of Infinispan.
|
CacheException
Thrown when operations on
Cache fail unexpectedly. |
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.