Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.distribution |
Classes relating to the distributed cache mode.
|
org.infinispan.factories.components | |
org.infinispan.interceptors |
Infinispan is designed around a set of interceptors around a data container.
|
org.infinispan.manager |
Cache manager package
|
org.infinispan.remoting.rpc |
Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.
|
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
org.infinispan.transaction.xa.recovery | |
org.infinispan.util.concurrent.locks |
Lock and synchronization related classes, tools and utilities.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheImpl<K,V> |
Modifier and Type | Class and Description |
---|---|
class |
DistributionManagerImpl
The default distribution manager implementation
|
Constructor and Description |
---|
ManageableComponentMetadata(Class<?> component,
List<Method> injectMethods,
List<Method> startMethods,
List<Method> stopMethods,
boolean global,
boolean survivesRestarts,
List<Field> managedAttributeFields,
List<Method> managedAttributeMethods,
List<Method> managedOperationMethods,
MBean mbean) |
Modifier and Type | Class and Description |
---|---|
class |
ActivationInterceptor |
class |
CacheLoaderInterceptor |
class |
CacheMgmtInterceptor
Captures cache management statistics
|
class |
CacheStoreInterceptor
Writes modifications back to the store on the way out: stores modifications back through the CacheLoader, either
after each method call (no TXs), or at TX commit.
|
class |
InvalidationInterceptor
This interceptor acts as a replacement to the replication interceptor when the CacheImpl is configured with
ClusteredSyncMode as INVALIDATE.
|
class |
PassivationInterceptor
Writes evicted entries back to the store on the way in through the CacheStore
|
class |
TxInterceptor
Interceptor in charge with handling transaction related operations, e.g enlisting cache as an transaction
participant, propagating remotely initiated changes.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultCacheManager
|
Modifier and Type | Class and Description |
---|---|
class |
RpcManagerImpl
This component really is just a wrapper around a
Transport implementation,
and is used to set up the transport and provide lifecycle and dependency hooks into external transport
implementations. |
Modifier and Type | Class and Description |
---|---|
class |
DistributedStateTransferManagerImpl
The distributed mode implementation of
StateTransferManager |
class |
ReplicatedStateTransferManagerImpl
The replicated mode implementation of
StateTransferManager |
Modifier and Type | Class and Description |
---|---|
class |
RecoveryAdminOperations
Admin utility class for allowing management of in-doubt transactions (e.g.
|
Modifier and Type | Class and Description |
---|---|
class |
DeadlockDetectingLockManager
Lock manager in charge with processing deadlock detections.
|
class |
LockManagerImpl
Handles locks for the MVCC based LockingInterceptor
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.