public class EntityRegionImpl extends TransactionalDataRegionAdapter implements EntityRegion
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE |
metadatacurrentView, 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, isTransactionAwareactivateLocalClusterNode, 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, viewChangedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCacheDataDescription, isTransactionAwarecontains, destroy, getElementCountInMemory, getElementCountOnDisk, getName, getSizeInMemory, getTimeout, nextTimestamp, toMappublic 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 EntityRegionaccessType - 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 BasicRegionAdapterpublic PutFromLoadValidator getPutFromLoadValidator()
Copyright © 2002-2013 Red Hat Middleware, LLC. All Rights Reserved