public class NaturalIdRegionImpl extends BaseTransactionalDataRegion implements NaturalIdRegion
address, cacheAdapter, invalidateState, invalidationMutex, replication, transactionManager
Constructor and Description |
---|
NaturalIdRegionImpl(CacheAdapter cacheAdapter,
String name,
CacheDataDescription metadata,
TransactionManager transactionManager,
RegionFactory factory) |
Modifier and Type | Method and Description |
---|---|
NaturalIdRegionAccessStrategy |
buildAccessStrategy(AccessType accessType)
Build an access strategy for the requested access type.
|
PutFromLoadValidator |
getPutFromLoadValidator() |
getCacheDataDescription, isTransactionAware
checkValid, contains, destroy, get, getAddress, getCacheAdapter, getElementCountInMemory, getElementCountOnDisk, getName, getOwnerForPut, getSizeInMemory, getTimeout, getTransactionManager, invalidateRegion, isValid, nextTimestamp, resume, suspend, toMap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCacheDataDescription, isTransactionAware
contains, destroy, getElementCountInMemory, getElementCountOnDisk, getName, getSizeInMemory, getTimeout, nextTimestamp, toMap
public NaturalIdRegionImpl(CacheAdapter cacheAdapter, String name, CacheDataDescription metadata, TransactionManager transactionManager, RegionFactory factory)
public NaturalIdRegionAccessStrategy buildAccessStrategy(AccessType accessType) throws CacheException
NaturalIdRegion
buildAccessStrategy
in interface NaturalIdRegion
accessType
- 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.