Package | Description |
---|---|
org.hibernate.cache.infinispan.impl | |
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.affinity | |
org.infinispan.api |
API package
|
org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
org.infinispan.loaders |
This package contains loaders and stores, which are used for overflow or persistence.
|
org.infinispan.manager |
Cache manager package
|
org.infinispan.remoting |
Remote communication between cache instances.
|
org.infinispan.remoting.transport |
Transports handle the low-level networking, used by the remoting components.
|
org.infinispan.remoting.transport.jgroups |
A transport implementation based on JGroups.
|
org.infinispan.util.concurrent |
Thread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities
and containers.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassLoaderAwareCache<K,V> |
Modifier and Type | Interface and Description |
---|---|
interface |
AdvancedCache<K,V>
An advanced interface that exposes additional methods not available on
Cache . |
interface |
Cache<K,V>
The central interface of Infinispan.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDelegatingAdvancedCache<K,V>
Similar to
AbstractDelegatingCache , but for AdvancedCache . |
class |
AbstractDelegatingCache<K,V>
This is a convenient base class for implementing a cache delegate.
|
class |
AbstractDelegatingCacheImpl<K,V>
Similar to
AbstractDelegatingAdvancedCache , this adapter can only delegate to a CacheImpl instance. |
class |
CacheImpl<K,V> |
class |
CacheSupport<K,V> |
class |
ClassLoaderSpecfiedCache<K,V> |
class |
DecoratedCache<K,V>
A decorator to a cache, which can be built with a specific
ClassLoader and a set of Flag s. |
Modifier and Type | Interface and Description |
---|---|
interface |
KeyAffinityService<K>
Defines a service that generates keys to be mapped to specific nodes in a distributed(vs.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyAffinityServiceImpl<K>
Implementation of KeyAffinityService.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BasicCache<K,V>
BasicCache provides the common building block for the two different types of caches that Infinispan provides:
embedded and remote.
|
interface |
BasicCacheContainer
BasicCacheContainer defines the methods used to obtain a
BasicCache . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractComponentRegistry
A registry where components which have been created are stored.
|
class |
ComponentRegistry
Named cache specific components
|
class |
GlobalComponentRegistry
A global component registry where shared components are stored.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CacheLoaderManager
The cache loader manager interface
|
Modifier and Type | Class and Description |
---|---|
class |
CacheLoaderManagerImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
CacheContainer |
interface |
CacheManager
Deprecated.
|
interface |
EmbeddedCacheManager
EmbeddedCacheManager is an CacheManager that runs in the same JVM as the client.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDelegatingEmbeddedCacheManager
This is a convenient base class for implementing a cache manager delegate.
|
class |
DefaultCacheManager
|
Modifier and Type | Interface and Description |
---|---|
interface |
ReplicationQueue
Periodically (or when certain size is exceeded) takes elements and replicates them.
|
Modifier and Type | Class and Description |
---|---|
class |
ReplicationQueueImpl
A default implementation of the ReplicationQueue interface.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Transport
An interface that provides a communication link with remote caches.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTransport
Common transport-related behaviour
|
Modifier and Type | Class and Description |
---|---|
class |
JGroupsTransport
An encapsulation of a JGroups transport.
|
Modifier and Type | Method and Description |
---|---|
void |
SynchronizedRestarter.restartComponent(Lifecycle component) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.