public class CollectionRegionImpl extends BaseTransactionalDataRegion implements CollectionRegion
address, cacheAdapter, currentView, invalidateState, invalidationMutex, replication, transactionManager| Constructor and Description |
|---|
CollectionRegionImpl(CacheAdapter cacheAdapter,
String name,
CacheDataDescription metadata,
TransactionManager transactionManager,
RegionFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
CollectionRegionAccessStrategy |
buildAccessStrategy(AccessType accessType)
Build an access strategy for the requested access type.
|
PutFromLoadValidator |
getPutFromLoadValidator() |
getCacheDataDescription, isTransactionAwarecheckValid, contains, destroy, entryInvalidated, entryModified, get, getAddress, getCacheAdapter, getElementCountInMemory, getElementCountOnDisk, getName, getOwnerForPut, getSizeInMemory, getTimeout, handleEvictAllInvalidation, handleEvictAllModification, isValid, nextTimestamp, resume, start, suspend, toMap, viewChangedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCacheDataDescription, isTransactionAwarecontains, destroy, getElementCountInMemory, getElementCountOnDisk, getName, getSizeInMemory, getTimeout, nextTimestamp, toMappublic CollectionRegionImpl(CacheAdapter cacheAdapter, String name, CacheDataDescription metadata, TransactionManager transactionManager, RegionFactory factory)
public CollectionRegionAccessStrategy buildAccessStrategy(AccessType accessType) throws CacheException
CollectionRegionbuildAccessStrategy in interface CollectionRegionaccessType - The type of access strategy to build; never null.CacheException - Usually indicates mis-configuration.public PutFromLoadValidator getPutFromLoadValidator()
Copyright © 2002-2013 Red Hat Middleware, LLC. All Rights Reserved