Package | Description |
---|---|
org.infinispan.cache.impl | |
org.infinispan.distribution.impl | |
org.infinispan.eviction |
Classes related to eviction.
|
org.infinispan.eviction.impl | |
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.security.impl | |
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
org.infinispan.stats.impl | |
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.util.concurrent.locks.impl | |
org.infinispan.xsite |
Modifier and Type | Class and Description |
---|---|
class |
CacheConfigurationMBean
CacheConfigurationMBeanImpl.
|
class |
CacheImpl<K,V> |
class |
SimpleCacheImpl<K,V>
Simple local cache without interceptor stack.
|
Modifier and Type | Class and Description |
---|---|
class |
DistributionManagerImpl
The default distribution manager implementation
|
Modifier and Type | Interface and Description |
---|---|
interface |
PassivationManager
A passivation manager
|
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<K,V>
Deprecated.
Since 8.2, no longer public API.
|
class |
CacheMgmtInterceptor
Deprecated.
Since 8.2, no longer public API.
|
class |
CacheWriterInterceptor
Deprecated.
Since 8.2, no longer public API.
|
class |
InvalidationInterceptor
Deprecated.
Since 8.2, no longer public API.
|
class |
TxInterceptor<K,V>
Deprecated.
Since 8.2, no longer public API.
|
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 |
GlobalSecurityManagerImpl
GlobalSecurityManagerImpl.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StateTransferManager
A component that manages the state transfer when the topology of the cluster changes.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheContainerStatsImpl
Cache container statistics needed for admin console
|
class |
ClusterCacheStatsImpl |
class |
StatsCollector |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultLockManager
The default
LockManager implementation for transactional and non-transactional caches. |
Modifier and Type | Class and Description |
---|---|
class |
GlobalXSiteAdminOperations
A per-container (cache manager) cross-site admin operations.
|
class |
XSiteAdminOperations
Managed bean exposing sys admin operations for Cross-Site replication functionality.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.