Uses of Class
org.infinispan.factories.annotations.SurvivesRestarts
-
Packages that use SurvivesRestarts Package Description org.infinispan.configuration.global EmbeddedCacheManagerconfigurationorg.infinispan.context Contexts contain information of a specific invocation on the cache, such as its origins, scope (transactional or non-transactional), as well as invocation-specific flags.org.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.context
Classes in org.infinispan.context with annotations of type SurvivesRestarts Modifier and Type Class Description classNonTransactionalInvocationContextFactoryDeprecated.Since 9.0, this class is going to be moved to an internal package. -
Uses of SurvivesRestarts in org.infinispan.factories
Classes in org.infinispan.factories with annotations of type SurvivesRestarts Modifier and Type Class Description classAbstractComponentRegistryDeprecated.Since 9.4, please useBasicComponentRegistryinstead.classGlobalComponentRegistryA 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 Interface Description interfaceCacheManagerNotifierNotifications for 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.
-