Uses of Annotation Interface
org.infinispan.factories.annotations.SurvivesRestarts
Packages that use SurvivesRestarts
Package
Description
EmbeddedCacheManager
configurationThis package contains different context implementations, selected dynamically based on the type of invocation.
Factories are internal components used to create other components based on a cache's
configuration.
Helpers that allow easy exposure of attributes and operations via JMX.
Cache manager API.
EmbeddedCacheManager
-specific notifications and eventing.-
Uses of SurvivesRestarts in org.infinispan.cache.impl
Classes in org.infinispan.cache.impl with annotations of type SurvivesRestarts -
Uses of SurvivesRestarts in org.infinispan.configuration.global
Classes in org.infinispan.configuration.global with annotations of type SurvivesRestartsModifier and TypeClassDescriptionclass
Configuration component that exposes the global configuration. -
Uses of SurvivesRestarts in org.infinispan.context.impl
Classes in org.infinispan.context.impl with annotations of type SurvivesRestartsModifier and TypeClassDescriptionclass
Invocation Context container to be used for non-transactional caches. -
Uses of SurvivesRestarts in org.infinispan.eviction.impl
Classes in org.infinispan.eviction.impl with annotations of type SurvivesRestarts -
Uses of SurvivesRestarts in org.infinispan.factories
Classes in org.infinispan.factories with annotations of type SurvivesRestartsModifier and TypeClassDescriptionclass
Named cache specific componentsclass
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 SurvivesRestartsModifier and TypeClassDescriptionfinal class
IfConfiguration.statistics()
is enabled, then class will register all the MBeans from cache local's ConfigurationRegistry to the MBean server.final class
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 SurvivesRestartsModifier and TypeClassDescriptionclass
interface
EmbeddedCacheManager is an CacheManager that runs in the same JVM as the client. -
Uses of SurvivesRestarts in org.infinispan.manager.impl
Classes in org.infinispan.manager.impl with annotations of type SurvivesRestartsModifier and TypeClassDescriptionclass
This is a convenient base class for implementing a cache manager delegate.class
-
Uses of SurvivesRestarts in org.infinispan.notifications.cachelistener.cluster.impl
Classes in org.infinispan.notifications.cachelistener.cluster.impl with annotations of type SurvivesRestarts -
Uses of SurvivesRestarts in org.infinispan.notifications.cachemanagerlistener
Classes in org.infinispan.notifications.cachemanagerlistener with annotations of type SurvivesRestartsModifier and TypeClassDescriptionclass
Global, shared notifications on the cache manager. -
Uses of SurvivesRestarts in org.infinispan.stats.impl
Classes in org.infinispan.stats.impl with annotations of type SurvivesRestarts -
Uses of SurvivesRestarts in org.infinispan.transaction.xa.recovery
Classes in org.infinispan.transaction.xa.recovery with annotations of type SurvivesRestartsModifier and TypeClassDescriptionclass
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 SurvivesRestartsModifier and TypeClassDescriptionclass
RollingUpgradeManager handles the synchronization of data between Infinispan clusters when performing rolling upgrades.