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.extendedstats.topK org.infinispan.extendedstats.wrappers org.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.server.core.transport org.infinispan.server.core.utils 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.xsite -
-
Uses of MBean in org.infinispan.eviction
Classes in org.infinispan.eviction with annotations of type MBean Modifier and Type Class Description classAbstractPassivationManagerA passivation manager -
Uses of MBean in org.infinispan.executors
Classes in org.infinispan.executors with annotations of type MBean Modifier and Type Class Description classManageableExecutorService<T extends java.util.concurrent.ExecutorService> -
Uses of MBean in org.infinispan.extendedstats.topK
Classes in org.infinispan.extendedstats.topK with annotations of type MBean Modifier and Type Class Description classCacheUsageInterceptorIntercepts the VisitableCommands to calculate the corresponding top-key values. -
Uses of MBean in org.infinispan.extendedstats.wrappers
Classes in org.infinispan.extendedstats.wrappers with annotations of type MBean Modifier and Type Class Description classExtendedStatisticInterceptorTake the statistics about relevant visitable commands. -
Uses of MBean in org.infinispan.manager
Classes in org.infinispan.manager with annotations of type MBean Modifier and Type Class Description classDefaultCacheManager -
Uses of MBean in org.infinispan.remoting.inboundhandler
Classes in org.infinispan.remoting.inboundhandler with annotations of type MBean Modifier and Type Class Description classBasePerCacheInboundInvocationHandlerImplementation 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 classRpcManagerImplThis component really is just a wrapper around aTransportimplementation, 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 Class Description classNettyTransportA Netty based transport. -
Uses of MBean in org.infinispan.server.core.utils
Classes in org.infinispan.server.core.utils with annotations of type MBean Modifier and Type Class Description classManageableThreadPoolExecutorService -
Uses of MBean in org.infinispan.statetransfer
Classes in org.infinispan.statetransfer with annotations of type MBean Modifier and Type Class Description classStateTransferManagerImplStateTransferManagerimplementation. -
Uses of MBean in org.infinispan.topology
Classes in org.infinispan.topology with annotations of type MBean Modifier and Type Class Description classLocalTopologyManagerImplTheLocalTopologyManagerimplementation. -
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 classRecoveryAdminOperationsAdmin 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 classRollingUpgradeManagerThis 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 classGlobalXSiteAdminOperationsA per-container (cache manager) cross-site admin operations.classXSiteAdminOperationsManaged bean exposing sys admin operations for Cross-Site replication functionality.
-