Uses of Class
org.infinispan.jmx.annotations.MBean
-
Packages that use MBean Package Description org.infinispan.eviction Classes related to eviction.org.infinispan.executors Implementations of different executors used for asynchronous operation.org.infinispan.factories.components org.infinispan.manager Cache manager API.org.infinispan.query Query 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.server.core.transport org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.stats.topK org.infinispan.stats.wrappers org.infinispan.topology org.infinispan.transaction.xa.recovery org.infinispan.upgrade org.infinispan.xsite -
-
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.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.manager
Classes in org.infinispan.manager with annotations of type MBean Modifier and Type Class Description class
DefaultCacheManager
-
Uses of MBean in org.infinispan.query
Classes in org.infinispan.query with annotations of type MBean Modifier and Type Interface Description interface
MassIndexer
Component to rebuild the indexes from the existing data. -
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.server.core.transport
Classes in org.infinispan.server.core.transport with annotations of type MBean Modifier and Type Interface Description interface
Transport
Server transport abstraction -
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.topK
Classes in org.infinispan.stats.topK with annotations of type MBean Modifier and Type Class Description class
CacheUsageInterceptor
Intercepts the VisitableCommands to calculate the corresponding top-key values. -
Uses of MBean in org.infinispan.stats.wrappers
Classes in org.infinispan.stats.wrappers with annotations of type MBean Modifier and Type Class Description class
ExtendedStatisticInterceptor
Take the statistics about relevant visitable commands. -
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.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.
-