Package | Description |
---|---|
org.jboss.as.clustering.web.infinispan |
Modifier and Type | Class and Description |
---|---|
class |
CoarseSessionAttributeStorage
Handles session attribute load/store operations for
ReplicationGranularity.SESSION distributed session managers. |
class |
FineSessionAttributeStorage
Handles session attribute load/store operations for
ReplicationGranularity.ATTRIBUTE distributed session managers. |
Modifier and Type | Method and Description |
---|---|
<T extends OutgoingDistributableSessionData> |
SessionAttributeStorageFactoryImpl.createStorage(org.jboss.metadata.web.jboss.ReplicationGranularity granularity,
SessionAttributeMarshaller marshaller)
Creates a session attribute storage strategy.
|
<T extends OutgoingDistributableSessionData> |
SessionAttributeStorageFactory.createStorage(org.jboss.metadata.web.jboss.ReplicationGranularity granularity,
SessionAttributeMarshaller marshaller)
Creates a session attribute storage strategy.
|
Constructor and Description |
---|
DistributedCacheManager(LocalDistributableSessionManager manager,
org.infinispan.Cache<String,Map<Object,Object>> cache,
Registry<String,Void> registry,
SharedLocalYieldingClusterLockManager lockManager,
SessionAttributeStorage<T> attributeStorage,
BatchingManager batchingManager,
CacheInvoker invoker) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.