Uses of Class
org.infinispan.factories.annotations.SurvivesRestarts
-
Packages that use SurvivesRestarts Package Description org.infinispan.configuration.global EmbeddedCacheManager
configurationorg.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 thePersistenceManager
interface, 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 class
GlobalConfiguration
Configuration 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 class
NonTransactionalInvocationContextFactory
Deprecated.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 class
AbstractComponentRegistry
Deprecated.Since 9.4, please useBasicComponentRegistry
instead.class
GlobalComponentRegistry
A 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 class
CacheJmxRegistration
IfConfiguration.jmxStatistics()
is enabled, then class will register all the MBeans from cache local's ConfigurationRegistry to the MBean server.class
CacheManagerJmxRegistration
Registers 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 class
DefaultCacheManager
interface
EmbeddedCacheManager
EmbeddedCacheManager 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 interface
CacheManagerNotifier
Notifications 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 class
PersistenceManagerStub
-
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 class
RecoveryAdminOperations
Admin 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 class
RollingUpgradeManager
This 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 class
XSiteAdminOperations
Managed bean exposing sys admin operations for Cross-Site replication functionality.
-