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

Packages that use NonVolatile
org.infinispan   
org.infinispan.config   
org.infinispan.eviction   
org.infinispan.factories   
org.infinispan.invocation   
org.infinispan.jmx   
org.infinispan.manager   
org.infinispan.notifications.cachelistener   
org.infinispan.notifications.cachemanagerlistener   
org.infinispan.remoting   
org.infinispan.remoting.transport   
org.infinispan.transaction   
 

Uses of NonVolatile in org.infinispan
 

Classes in org.infinispan with annotations of type NonVolatile
 class CacheDelegate<K,V>
           
 

Uses of NonVolatile in org.infinispan.config
 

Classes in org.infinispan.config with annotations of type NonVolatile
 class Configuration
          Encapsulates the configuration of a Cache.
 class GlobalConfiguration
          Configuration component that encapsulates the global configuration.
 

Uses of NonVolatile in org.infinispan.eviction
 

Classes in org.infinispan.eviction with annotations of type NonVolatile
 interface EvictionManager
          Central component that deals with eviction of cache entries.
 

Uses of NonVolatile in org.infinispan.factories
 

Classes in org.infinispan.factories with annotations of type NonVolatile
 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 NonVolatile in org.infinispan.invocation
 

Classes in org.infinispan.invocation with annotations of type NonVolatile
 class InvocationContextContainer
          Container and factory for thread locals
 

Uses of NonVolatile in org.infinispan.jmx
 

Classes in org.infinispan.jmx with annotations of type NonVolatile
 class CacheJmxRegistration
          If Configuration.isExposeJmxStatistics() is true, 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 NonVolatile in org.infinispan.manager
 

Classes in org.infinispan.manager with annotations of type NonVolatile
 interface CacheManager
          A CacheManager is the primary mechanism for retrieving a Cache instance, and is often used as a starting point to using the Cache.
 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.
 

Uses of NonVolatile in org.infinispan.notifications.cachelistener
 

Classes in org.infinispan.notifications.cachelistener with annotations of type NonVolatile
 interface CacheNotifier
          Public interface with all allowed notifications.
 

Uses of NonVolatile in org.infinispan.notifications.cachemanagerlistener
 

Classes in org.infinispan.notifications.cachemanagerlistener with annotations of type NonVolatile
 interface CacheManagerNotifier
          Notifications for the cache manager
 

Uses of NonVolatile in org.infinispan.remoting
 

Classes in org.infinispan.remoting with annotations of type NonVolatile
 class InboundInvocationHandlerImpl
          Sets the cache interceptor chain on an RPCCommand before calling it to perform
 interface RpcManager
          Provides a mechanism for communicating with other caches in the cluster.
 

Uses of NonVolatile in org.infinispan.remoting.transport
 

Classes in org.infinispan.remoting.transport with annotations of type NonVolatile
 interface Transport
          An interface that provides a communication link with remote caches.
 

Uses of NonVolatile in org.infinispan.transaction
 

Classes in org.infinispan.transaction with annotations of type NonVolatile
 class TransactionTable
          Maintains the mapping between a local Transaction and a GlobalTransaction.
 



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