Uses of Class
org.infinispan.factories.annotations.SurvivesRestarts
-
Packages that use SurvivesRestarts Package Description org.infinispan.configuration.global EmbeddedCacheManagerconfigurationorg.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.jmx Helpers that allow easy exposure of attributes and operations via JMX.org.infinispan.manager Cache manager API.org.infinispan.notifications.cachemanagerlistener CacheManager-specific notifications and eventing.org.infinispan.persistence.manager Implementations of thePersistenceManagerinterface, which define the logic of how infinispan interacts with external stores.org.infinispan.transaction.xa.recovery org.infinispan.upgrade org.infinispan.xsite -
-
Uses of SurvivesRestarts in org.infinispan.configuration.global
Classes in org.infinispan.configuration.global with annotations of type SurvivesRestarts Modifier and Type Class Description classGlobalConfigurationConfiguration component that exposes the global configuration. -
Uses of SurvivesRestarts in org.infinispan.factories
Classes in org.infinispan.factories with annotations of type SurvivesRestarts Modifier and Type Class Description classComponentRegistryNamed cache specific componentsclassGlobalComponentRegistryA global component registry where shared components are stored. -
Uses of SurvivesRestarts in org.infinispan.jmx
Classes in org.infinispan.jmx with annotations of type SurvivesRestarts Modifier and Type Class Description classCacheJmxRegistrationIfConfiguration.jmxStatistics()is enabled, then class will register all the MBeans from cache local's ConfigurationRegistry to the MBean server.classCacheManagerJmxRegistrationRegisters all the components from global component registry to the mbean server. -
Uses of SurvivesRestarts in org.infinispan.manager
Classes in org.infinispan.manager with annotations of type SurvivesRestarts Modifier and Type Class Description classDefaultCacheManagerinterfaceEmbeddedCacheManagerEmbeddedCacheManager is an CacheManager that runs in the same JVM as the client. -
Uses of SurvivesRestarts in org.infinispan.notifications.cachemanagerlistener
Classes in org.infinispan.notifications.cachemanagerlistener with annotations of type SurvivesRestarts Modifier and Type Class Description classCacheManagerNotifierImplGlobal, shared notifications on the cache manager. -
Uses of SurvivesRestarts in org.infinispan.persistence.manager
Classes in org.infinispan.persistence.manager with annotations of type SurvivesRestarts Modifier and Type Class Description classPersistenceManagerStub -
Uses of SurvivesRestarts in org.infinispan.transaction.xa.recovery
Classes in org.infinispan.transaction.xa.recovery with annotations of type SurvivesRestarts Modifier and Type Class Description classRecoveryAdminOperationsAdmin utility class for allowing management of in-doubt transactions (e.g. -
Uses of SurvivesRestarts in org.infinispan.upgrade
Classes in org.infinispan.upgrade with annotations of type SurvivesRestarts Modifier and Type Class Description classRollingUpgradeManagerThis component handles the control hooks to handle migrating from one version of Infinispan to another. -
Uses of SurvivesRestarts in org.infinispan.xsite
Classes in org.infinispan.xsite with annotations of type SurvivesRestarts Modifier and Type Class Description classXSiteAdminOperationsManaged bean exposing sys admin operations for Cross-Site replication functionality.
-