Modifier and Type | Class and Description |
---|---|
class |
InfinispanBackingCacheEntryStore<K extends Serializable,V extends Cacheable<K>,E extends BackingCacheEntry<K,V>,C>
Infinispan-based backing cache entry store.
|
Modifier and Type | Method and Description |
---|---|
boolean |
InfinispanBackingCacheEntryStore.isCompatibleWith(GroupCompatibilityChecker other) |
Modifier and Type | Class and Description |
---|---|
class |
SerializationGroupMemberContainer<K extends Serializable,V extends Cacheable<K>,G extends Serializable>
Functions as both a StatefulObjectFactory and PassivationManager for
SerializationGroupMember s. |
class |
SimpleBackingCacheEntryStore<K extends Serializable,V extends Cacheable<K>,E extends BackingCacheEntry<K,V>>
A
BackingCacheEntryStore that stores in a simple Map and delegates to a provided
PersistentObjectStore for persistence. |
Modifier and Type | Method and Description |
---|---|
GroupCompatibilityChecker |
PassivatingBackingCacheImpl.getCompatibilityChecker() |
Modifier and Type | Method and Description |
---|---|
boolean |
SerializationGroupMemberContainer.isCompatibleWith(GroupCompatibilityChecker other) |
boolean |
SimpleBackingCacheEntryStore.isCompatibleWith(GroupCompatibilityChecker other) |
Modifier and Type | Interface and Description |
---|---|
interface |
BackingCacheEntryStore<K extends Serializable,V extends Cacheable<K>,E extends BackingCacheEntry<K,V>>
An in-memory store for
BackingCacheEntry instances that integrates a persistent store and the ability to use its
knowledge of when objects are accessed to coordinate the passivation and expiration of cached objects. |
Modifier and Type | Method and Description |
---|---|
GroupCompatibilityChecker |
PassivatingBackingCache.getCompatibilityChecker()
Gets any
GroupCompatibilityChecker this cache is using. |
Modifier and Type | Method and Description |
---|---|
boolean |
GroupCompatibilityChecker.isCompatibleWith(GroupCompatibilityChecker other)
Gets whether this object can work compatibly with another in the management of
SerializationGroup s. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBackingCacheEntryStore<K extends Serializable,V extends Cacheable<K>,E extends BackingCacheEntry<K,V>> |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.