public class CollectionRegionImpl extends TransactionalDataRegionAdapter implements CollectionRegion
Modifier and Type | Field and Description |
---|---|
static String |
TYPE |
metadata
currentView, internalFqn, invalidateState, invalidationMutex, ITEM, jbcCache, log, memberId, regionFqn, regionName, regionRoot, regionRootMutex, replication, transactionManager
Constructor and Description |
---|
CollectionRegionImpl(org.jboss.cache.Cache jbcCache,
String regionName,
String regionPrefix,
CacheDataDescription metadata) |
Modifier and Type | Method and Description |
---|---|
CollectionRegionAccessStrategy |
buildAccessStrategy(AccessType accessType)
Build an access strategy for the requested access type.
|
protected org.jboss.cache.Fqn<String> |
createRegionFqn(String regionName,
String regionPrefix) |
PutFromLoadValidator |
getPutFromLoadValidator() |
getCacheDataDescription, isTransactionAware
activateLocalClusterNode, checkValid, contains, deactivateLocalNode, destroy, ensureRegionRootExists, escapeRegionName, getCacheInstance, getElementCountInMemory, getElementCountOnDisk, getMemberId, getName, getNonLockingDataVersionOption, getRegionFqn, getSizeInMemory, getTimeout, getTypeFirstRegionFqn, getTypeLastRegionFqn, handleEvictAllInvalidation, handleEvictAllModification, nextTimestamp, nodeInvalidated, nodeModified, resume, suspend, suspendAndGet, toMap, viewChanged
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCacheDataDescription, isTransactionAware
contains, destroy, getElementCountInMemory, getElementCountOnDisk, getName, getSizeInMemory, getTimeout, nextTimestamp, toMap
public static final String TYPE
public CollectionRegionImpl(org.jboss.cache.Cache jbcCache, String regionName, String regionPrefix, CacheDataDescription metadata)
public CollectionRegionAccessStrategy buildAccessStrategy(AccessType accessType) throws CacheException
CollectionRegion
buildAccessStrategy
in interface CollectionRegion
accessType
- The type of access strategy to build; never null.CacheException
- Usually indicates mis-configuration.protected org.jboss.cache.Fqn<String> createRegionFqn(String regionName, String regionPrefix)
createRegionFqn
in class BasicRegionAdapter
public PutFromLoadValidator getPutFromLoadValidator()
Copyright © 2002-2012 Red Hat Middleware, LLC. All Rights Reserved