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) |
Constructor and Description |
---|
InfinispanBackingCacheEntryStore(org.infinispan.Cache<MarshalledValue<K,C>,MarshalledValue<E,C>> cache,
CacheInvoker invoker,
PassivationManager<K,E> passivationManager,
StatefulTimeoutInfo timeout,
ClusteredBackingCacheEntryStoreConfig config,
boolean controlCacheLifecycle,
MarshalledValueFactory<C> keyFactory,
MarshalledValueFactory<C> valueFactory,
C context,
SharedLocalYieldingClusterLockManager lockManager,
LockKeyFactory<K,C> lockKeyFactory,
Registry<String,?> registry) |
Modifier and Type | Method and Description |
---|---|
Cache<K,T> |
CacheFactory.createCache(String beanName,
StatefulObjectFactory<T> factory,
PassivationManager<K,T> passivationManager,
StatefulTimeoutInfo timeout)
Creates a cache for a container.
|
Modifier and Type | Method and Description |
---|---|
StatefulTimeoutInfo |
SerializationGroupMemberContainer.getTimeout() |
Constructor and Description |
---|
NonPassivatingBackingCacheImpl(StatefulObjectFactory<V> factory,
ScheduledExecutorService executor,
StatefulTimeoutInfo timeout,
ServerEnvironment environment) |
NonPassivatingBackingCacheImpl(StatefulObjectFactory<V> factory,
ThreadFactory threadFactory,
StatefulTimeoutInfo timeout,
ServerEnvironment environment) |
SimpleBackingCacheEntryStore(PersistentObjectStore<K,E> store,
ServerEnvironment environment,
StatefulTimeoutInfo timeout,
BackingCacheEntryStoreConfig config)
Create a new SimpleIntegratedObjectStore.
|
Modifier and Type | Method and Description |
---|---|
Cache<K,V> |
GroupAwareCacheFactory.createCache(String beanName,
StatefulObjectFactory<V> factory,
PassivationManager<K,V> passivationManager,
StatefulTimeoutInfo timeout) |
Cache<K,V> |
NonPassivatingCacheFactory.createCache(String beanName,
StatefulObjectFactory<V> factory,
PassivationManager<K,V> passivationManager,
StatefulTimeoutInfo timeout) |
<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 |
---|---|
StatefulTimeoutInfo |
BackingCacheEntryStore.getTimeout() |
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 | Method and Description |
---|---|
StatefulTimeoutInfo |
AbstractBackingCacheEntryStore.getTimeout() |
Constructor and Description |
---|
AbstractBackingCacheEntryStore(StatefulTimeoutInfo timeout,
BackingCacheEntryStoreConfig config) |
Modifier and Type | Method and Description |
---|---|
StatefulTimeoutInfo |
StatefulComponentDescription.getStatefulTimeout() |
StatefulTimeoutInfo |
StatefulSessionComponentCreateService.getStatefulTimeout() |
Modifier and Type | Method and Description |
---|---|
void |
StatefulComponentDescription.setStatefulTimeout(StatefulTimeoutInfo statefulTimeout) |
Modifier and Type | Method and Description |
---|---|
protected StatefulTimeoutInfo |
StatefulTimeoutAnnotationInformationFactory.fromAnnotation(org.jboss.jandex.AnnotationInstance annotationInstance) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.