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.eviction |
Classes related to eviction.
|
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.query | |
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.topology | |
org.infinispan.transaction.xa.recovery | |
org.infinispan.upgrade | |
org.infinispan.util.concurrent.locks |
Lock and synchronization related classes, tools and utilities.
|
org.infinispan.xsite |
Modifier and Type | Class and Description |
---|---|
class |
CacheImpl<K,V> |
Modifier and Type | Class and Description |
---|---|
class |
DistributionManagerImpl
The default distribution manager implementation
|
Modifier and Type | Class and Description |
---|---|
class |
ActivationManagerImpl
Concrete implementation of activation logic manager.
|
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 |
CacheLoaderInterceptor |
class |
CacheMgmtInterceptor
Captures cache management statistics
|
class |
CacheWriterInterceptor
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 | Interface and Description |
---|---|
interface |
MassIndexer
Component to rebuild the indexes from the existing data.
|
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 |
StateTransferManagerImpl
StateTransferManager implementation. |
Modifier and Type | Class and Description |
---|---|
class |
LocalTopologyManagerImpl
The
LocalTopologyManager implementation. |
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 |
RollingUpgradeManager
This component handles the control hooks to handle migrating from one version of Infinispan to
another.
|
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
|
Modifier and Type | Class and Description |
---|---|
class |
XSiteAdminOperations
Managed bean exposing sys admin operations for Cross-Site replication functionality.
|
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.