Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.factories.annotations.SurvivesRestarts

Packages that use SurvivesRestarts
org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. 
org.infinispan.commands.module   
org.infinispan.config Cache configuration beans and parsers. 
org.infinispan.configuration.global   
org.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 package 
org.infinispan.notifications.cachemanagerlistener CacheManager-specific notifications and eventing. 
org.infinispan.upgrade   
 

Uses of SurvivesRestarts in org.infinispan
 

Classes in org.infinispan with annotations of type SurvivesRestarts
 class CacheImpl<K,V>
           
 

Uses of SurvivesRestarts in org.infinispan.commands.module
 

Classes in org.infinispan.commands.module with annotations of type SurvivesRestarts
 interface ModuleCommandInitializer
          Modules which wish to implement their own commands and visitors must also provide an implementation of this interface and declare it in their infinispan-module.properties file under key infinispan.module.command.initializer.
 

Uses of SurvivesRestarts in org.infinispan.config
 

Classes in org.infinispan.config with annotations of type SurvivesRestarts
 class Configuration
          Deprecated. This class is deprecated. Use Configuration instead.
 class GlobalConfiguration
          Deprecated. This class is deprecated. Use GlobalConfiguration instead.
 

Uses of SurvivesRestarts in org.infinispan.configuration.global
 

Classes in org.infinispan.configuration.global with annotations of type SurvivesRestarts
 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
 interface InvocationContextContainer
          Manages the association between an InvocationContext and the calling thread.
 

Uses of SurvivesRestarts in org.infinispan.factories
 

Classes in org.infinispan.factories with annotations of type SurvivesRestarts
 class AbstractComponentRegistry
          A registry where components which have been created are stored.
 class BootstrapFactory
          Factory for setting up bootstrap components
 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
 class CacheJmxRegistration
          If Configuration.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
 class DefaultCacheManager
          A CacheManager is the primary mechanism for retrieving a Cache instance, and is often used as a starting point to using the Cache.
 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
 interface CacheManagerNotifier
          Notifications for the cache manager
 

Uses of SurvivesRestarts in org.infinispan.upgrade
 

Classes in org.infinispan.upgrade with annotations of type SurvivesRestarts
 class RollingUpgradeManager
          This component handles the control hooks to handle migrating from one version of Infinispan to another.
 


Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.