Package | Description |
---|---|
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.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. |
Modifier and Type | Class and Description |
---|---|
class |
CacheImpl<K,V> |
Modifier and Type | Class and Description |
---|---|
class |
Configuration
Deprecated.
This class is deprecated. Use
Configuration instead. |
class |
GlobalConfiguration
Deprecated.
This class is deprecated. Use
GlobalConfiguration instead. |
Modifier and Type | Interface and Description |
---|---|
interface |
InvocationContextContainer
Manages the association between an
InvocationContext and the calling thread. |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultCacheManager
|
interface |
EmbeddedCacheManager
EmbeddedCacheManager is an CacheManager that runs in the same JVM as the client.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CacheManagerNotifier
Notifications for the cache manager
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.