| Package | Description |
|---|---|
| org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
| org.infinispan.manager |
Cache manager package
|
| org.infinispan.notifications.cachelistener |
Cache-specific notifications and eventing. |
| org.infinispan.notifications.cachemanagerlistener |
CacheManager-specific notifications and eventing. |
| 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 |
CacheImpl<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 Flags. |
| Modifier and Type | Interface and Description |
|---|---|
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 |
CacheNotifier
Public interface with all allowed notifications.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheNotifierImpl
Helper class that handles all notifications to registered listeners.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CacheManagerNotifier
Notifications for the cache manager
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheManagerNotifierImpl
Global, shared notifications on the cache manager.
|
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.