Uses of Class
org.infinispan.jmx.annotations.MBean
-
Packages that use MBean Package Description org.infinispan.cache.impl org.infinispan.distribution.impl org.infinispan.eviction Classes related to eviction.org.infinispan.eviction.impl org.infinispan.executors Implementations of different executors used for asynchronous operation.org.infinispan.factories.components org.infinispan.health.impl.jmx org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.manager Cache manager API.org.infinispan.remoting.inboundhandler Handling of inbound commands on remote nodes.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.impl org.infinispan.xsite -
-
Uses of MBean in org.infinispan.cache.impl
Classes in org.infinispan.cache.impl with annotations of type MBean Modifier and Type Class Description class
AbstractDelegatingAdvancedCache<K,V>
Similar toAbstractDelegatingCache
, but forAdvancedCache
.class
CacheConfigurationMBean
CacheConfigurationMBeanImpl.class
CacheImpl<K,V>
class
SimpleCacheImpl<K,V>
Simple local cache without interceptor stack. -
Uses of MBean in org.infinispan.distribution.impl
Classes in org.infinispan.distribution.impl with annotations of type MBean Modifier and Type Class Description class
DistributionManagerImpl
The default distribution manager implementation -
Uses of MBean in org.infinispan.eviction
Classes in org.infinispan.eviction with annotations of type MBean Modifier and Type Interface Description interface
PassivationManager
A passivation manager -
Uses of MBean in org.infinispan.eviction.impl
Classes in org.infinispan.eviction.impl with annotations of type MBean Modifier and Type Class Description class
ActivationManagerImpl
Concrete implementation of activation logic manager. -
Uses of MBean in org.infinispan.executors
Classes in org.infinispan.executors with annotations of type MBean Modifier and Type Class Description class
ManageableExecutorService<T extends ExecutorService>
-
Uses of MBean in org.infinispan.factories.components
Constructors in org.infinispan.factories.components with parameters of type MBean Constructor Description ManageableComponentMetadata(Class<?> component, List<Field> injectFields, List<Method> injectMethods, List<Method> startMethods, List<Method> postStartMethods, List<Method> stopMethods, boolean global, boolean survivesRestarts, List<Field> managedAttributeFields, List<Method> managedAttributeMethods, List<Method> managedOperationMethods, MBean mbean)
-
Uses of MBean in org.infinispan.health.impl.jmx
Classes in org.infinispan.health.impl.jmx with annotations of type MBean Modifier and Type Class Description class
HealthJMXExposerImpl
A JMX exposer (or adapter) for Health API. -
Uses of MBean in org.infinispan.interceptors.impl
Classes in org.infinispan.interceptors.impl with annotations of type MBean Modifier and Type Class Description class
CacheLoaderInterceptor<K,V>
class
CacheMgmtInterceptor
Captures cache management statisticsclass
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
TxInterceptor<K,V>
Interceptor in charge with handling transaction related operations, e.g enlisting cache as an transaction participant, propagating remotely initiated changes. -
Uses of MBean in org.infinispan.manager
Classes in org.infinispan.manager with annotations of type MBean Modifier and Type Class Description class
DefaultCacheManager
-
Uses of MBean in org.infinispan.remoting.inboundhandler
Classes in org.infinispan.remoting.inboundhandler with annotations of type MBean Modifier and Type Class Description class
BasePerCacheInboundInvocationHandler
Implementation with the default handling methods and utilities methods. -
Uses of MBean in org.infinispan.remoting.rpc
Classes in org.infinispan.remoting.rpc with annotations of type MBean Modifier and Type Class Description class
RpcManagerImpl
This component really is just a wrapper around aTransport
implementation, and is used to set up the transport and provide lifecycle and dependency hooks into external transport implementations. -
Uses of MBean in org.infinispan.security.impl
Classes in org.infinispan.security.impl with annotations of type MBean Modifier and Type Class Description class
GlobalSecurityManagerImpl
GlobalSecurityManagerImpl. -
Uses of MBean in org.infinispan.statetransfer
Classes in org.infinispan.statetransfer with annotations of type MBean Modifier and Type Interface Description interface
StateTransferManager
A component that manages the state transfer when the topology of the cluster changes. -
Uses of MBean in org.infinispan.stats.impl
Classes in org.infinispan.stats.impl with annotations of type MBean Modifier and Type Class Description class
CacheContainerStatsImpl
Cache container statistics needed for admin consoleclass
ClusterCacheStatsImpl
class
ClusterContainerStatsImpl
class
StatsCollector
-
Uses of MBean in org.infinispan.topology
Classes in org.infinispan.topology with annotations of type MBean Modifier and Type Class Description class
LocalTopologyManagerImpl
TheLocalTopologyManager
implementation. -
Uses of MBean in org.infinispan.transaction.xa.recovery
Classes in org.infinispan.transaction.xa.recovery with annotations of type MBean Modifier and Type Class Description class
RecoveryAdminOperations
Admin utility class for allowing management of in-doubt transactions (e.g. -
Uses of MBean in org.infinispan.upgrade
Classes in org.infinispan.upgrade with annotations of type MBean Modifier and Type Class Description class
RollingUpgradeManager
This component handles the control hooks to handle migrating from one version of Infinispan to another. -
Uses of MBean in org.infinispan.util.concurrent.locks.impl
Classes in org.infinispan.util.concurrent.locks.impl with annotations of type MBean Modifier and Type Class Description class
DefaultLockManager
The defaultLockManager
implementation for transactional and non-transactional caches. -
Uses of MBean in org.infinispan.xsite
Classes in org.infinispan.xsite with annotations of type MBean Modifier and Type Class 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.
-