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 |
---|---|
<E extends SerializationGroup<K,V,G>> |
InfinispanBackingCacheEntryStoreSource.createGroupIntegratedObjectStore(PassivationManager<G,E> passivationManager,
StatefulTimeoutInfo timeout) |
<E extends SerializationGroupMember<K,V,G>> |
InfinispanBackingCacheEntryStoreSource.createIntegratedObjectStore(String beanName,
PassivationManager<K,E> passivationManager,
StatefulTimeoutInfo timeout) |
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 |
---|---|
void |
SerializationGroupMemberContainer.setBackingCacheEntryStore(BackingCacheEntryStore<K,V,SerializationGroupMember<K,V,G>> store) |
Constructor and Description |
---|
PassivatingBackingCacheImpl(StatefulObjectFactory<V> factory,
BackingCacheEntryFactory<K,V,E> entryFactory,
ReplicationPassivationManager<K,E> passivationManager,
BackingCacheEntryStore<K,V,E> store) |
PassivatingBackingCacheImpl(StatefulObjectFactory<V> factory,
BackingCacheEntryFactory<K,V,E> entryFactory,
ReplicationPassivationManager<K,E> passivationManager,
BackingCacheEntryStore<K,V,E> store,
ScheduledExecutorService executor) |
PassivatingBackingCacheImpl(StatefulObjectFactory<V> factory,
BackingCacheEntryFactory<K,V,E> entryFactory,
ReplicationPassivationManager<K,E> passivationManager,
BackingCacheEntryStore<K,V,E> store,
ThreadFactory threadFactory) |
Modifier and Type | Method and Description |
---|---|
<E extends SerializationGroup<K,V,G>> |
NonClusteredBackingCacheEntryStoreSource.createGroupIntegratedObjectStore(PassivationManager<G,E> passivationManager,
StatefulTimeoutInfo timeout) |
<E extends SerializationGroupMember<K,V,G>> |
NonClusteredBackingCacheEntryStoreSource.createIntegratedObjectStore(String beanName,
PassivationManager<K,E> passivationManager,
StatefulTimeoutInfo timeout) |
Modifier and Type | Method and Description |
---|---|
<E extends SerializationGroup<K,V,G>> |
BackingCacheEntryStoreSource.createGroupIntegratedObjectStore(PassivationManager<G,E> passivationManager,
StatefulTimeoutInfo timeout)
Provide a
BackingCacheEntryStore for storage of serialization groups. |
<E extends SerializationGroupMember<K,V,G>> |
BackingCacheEntryStoreSource.createIntegratedObjectStore(String beanName,
PassivationManager<K,E> passivationManager,
StatefulTimeoutInfo timeout)
Provide a
BackingCacheEntryStore for storage of serialization group members. |
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.