public class EntityRegionImpl extends TransactionalDataRegionAdapter implements EntityRegion
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 |
---|
EntityRegionImpl(org.jboss.cache.Cache jbcCache,
String regionName,
String regionPrefix,
CacheDataDescription metadata) |
Modifier and Type | Method and Description |
---|---|
EntityRegionAccessStrategy |
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 EntityRegionImpl(org.jboss.cache.Cache jbcCache, String regionName, String regionPrefix, CacheDataDescription metadata)
public EntityRegionAccessStrategy buildAccessStrategy(AccessType accessType) throws CacheException
buildAccessStrategy
in interface EntityRegion
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