Package | Description |
---|---|
org.jboss.as.clustering.ejb3.cache.backing.infinispan | |
org.jboss.as.ejb3.cache.impl.backing.clustering | |
org.jboss.as.ejb3.subsystem |
Modifier and Type | Class and Description |
---|---|
class |
InfinispanBackingCacheEntryStoreSource<K extends Serializable,V extends Cacheable<K>,G extends Serializable>
BackingCacheEntryStoreSource that provides instances of InfinispanBackingCacheEntryStore . |
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 | Interface and Description |
---|---|
interface |
ClusteredBackingCacheEntryStoreSource<K extends Serializable,V extends Cacheable<K>,G extends Serializable> |
Modifier and Type | Method and Description |
---|---|
protected void |
ClusterPassivationStoreWriteHandler.apply(ClusteredBackingCacheEntryStoreConfig config,
OperationContext context,
String attributeName,
org.jboss.dmr.ModelNode model) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.