Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.commands.module | |
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 |
Modifier and Type | Class and Description |
---|---|
class |
CacheImpl<K,V> |
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
GlobalConfiguration
Configuration component that exposes the global configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
NonTransactionalInvocationContextFactory
Invocation Context container to be used for non-transactional caches.
|
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.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.
|
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
|
Modifier and Type | Class and Description |
---|---|
class |
RollingUpgradeManager
This component handles the control hooks to handle migrating from one version of Infinispan to
another.
|
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.