Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.cache.impl | |
org.infinispan.cdi.event.cache |
This package contains the adapters making the bridge between Infinispan cache events and CDI.
|
org.infinispan.cdi.event.cachemanager |
This package contains the adapters making the bridge between Infinispan cache manager events and CDI.
|
org.infinispan.manager |
Cache manager package
|
org.infinispan.manager.impl | |
org.infinispan.notifications |
Notifications and eventing for listeners on both the Cache and CacheManager interfaces.
|
org.infinispan.notifications.cachelistener |
Cache -specific notifications and eventing. |
org.infinispan.notifications.cachelistener.cluster | |
org.infinispan.notifications.cachemanagerlistener |
CacheManager -specific notifications and eventing. |
org.infinispan.security |
The Security API
|
org.infinispan.security.actions | |
org.infinispan.security.impl |
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 |
DecoratedCache<K,V>
A decorator to a cache, which can be built with a specific
ClassLoader and a set of Flag s. |
class |
SimpleCacheImpl<K,V>
Simple local cache without interceptor stack.
|
class |
StatsCollectingCache<K,V>
Wraps existing
AdvancedCache to collect statistics |
Modifier and Type | Method and Description |
---|---|
void |
CacheEventBridge.registerObservers(Set<Annotation> qualifierSet,
Listenable listenable) |
Modifier and Type | Method and Description |
---|---|
void |
CacheManagerEventBridge.registerObservers(Set<Annotation> qualifierSet,
String cacheName,
Listenable listenable) |
Modifier and Type | Interface and Description |
---|---|
interface |
EmbeddedCacheManager
EmbeddedCacheManager is an CacheManager that runs in the same JVM as the client.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultCacheManager
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDelegatingEmbeddedCacheManager
This is a convenient base class for implementing a cache manager delegate.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClassLoaderAwareFilteringListenable<K,V>
Interface that enhances
FilteringListenable with the possibility of specifying the
ClassLoader which should be set as the context class loader for the invoked
listener method |
interface |
ClassLoaderAwareListenable
Interface that enhances
Listenable with the possibility of specifying the
ClassLoader which should be set as the context class loader for the invoked
listener method |
interface |
FilteringListenable<K,V>
A Listable that can also filter events based on key
|
Modifier and Type | Interface and Description |
---|---|
interface |
CacheNotifier<K,V>
Public interface with all allowed notifications.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheNotifierImpl<K,V>
Helper class that handles all notifications to registered listeners.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClusterCacheNotifier<K,V>
This interface describes methods required for a cluster listener to be able to be bootstrapped and properly notified
when a new event has been raised from the cluster.
|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SecureCache<K,V>
SecureCache.
|
Constructor and Description |
---|
RemoveListenerAction(Listenable listenable,
Object listener) |
Modifier and Type | Class and Description |
---|---|
class |
SecureCacheImpl<K,V>
SecureCacheImpl.
|
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.