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 interfacePassivationManagerA 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 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 classDefaultCacheManager -
Uses of MBean in org.infinispan.query
Classes in org.infinispan.query with annotations of type MBean Modifier and Type Interface Description interfaceMassIndexerComponent 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 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 Interface Description interfaceTransportServer transport abstraction -
Uses of MBean in org.infinispan.statetransfer
Classes in org.infinispan.statetransfer with annotations of type MBean Modifier and Type Interface Description interfaceStateTransferManagerA 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 classCacheUsageInterceptorIntercepts 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 classExtendedStatisticInterceptorTake 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 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.
-