public class EntityRegionImpl extends BaseTransactionalDataRegion implements EntityRegion
address, cacheAdapter, invalidateState, invalidationMutex, replication, transactionManager| Constructor and Description |
|---|
EntityRegionImpl(CacheAdapter cacheAdapter,
String name,
CacheDataDescription metadata,
TransactionManager transactionManager,
RegionFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
EntityRegionAccessStrategy |
buildAccessStrategy(AccessType accessType)
Build an access strategy for the requested access type.
|
PutFromLoadValidator |
getPutFromLoadValidator() |
getCacheDataDescription, isTransactionAwarecheckValid, contains, destroy, get, getAddress, getCacheAdapter, getElementCountInMemory, getElementCountOnDisk, getName, getOwnerForPut, getSizeInMemory, getTimeout, getTransactionManager, invalidateRegion, isValid, nextTimestamp, resume, suspend, toMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCacheDataDescription, isTransactionAwarecontains, destroy, getElementCountInMemory, getElementCountOnDisk, getName, getSizeInMemory, getTimeout, nextTimestamp, toMappublic EntityRegionImpl(CacheAdapter cacheAdapter, String name, CacheDataDescription metadata, TransactionManager transactionManager, RegionFactory factory)
public EntityRegionAccessStrategy buildAccessStrategy(AccessType accessType) throws CacheException
EntityRegionbuildAccessStrategy in interface EntityRegionaccessType - The type of access strategy to build; never null.CacheException - Usually indicates mis-configuration.public PutFromLoadValidator getPutFromLoadValidator()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.