|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NonVolatile | |
---|---|
org.infinispan | This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. |
org.infinispan.config | Cache configuration beans and parsers. |
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.eviction | Classes related to eviction. |
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.cachelistener | |
org.infinispan.notifications.cachemanagerlistener | |
org.infinispan.remoting | Remote communication between cache instances. |
org.infinispan.remoting.transport |
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.context |
---|
Classes in org.infinispan.context with annotations of type NonVolatile | |
---|---|
interface |
InvocationContextContainer
Manages the association between an InvocationContext and the calling thread. |
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.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 |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |