public class CollectionRegionAdapter extends BaseTransactionalDataRegionAdapter implements CollectionRegion
CollectionRegion
to Cache
.metadata
settings, underlyingCache
Constructor and Description |
---|
CollectionRegionAdapter(Cache underlyingCache,
Settings settings,
CacheDataDescription metadata) |
Modifier and Type | Method and Description |
---|---|
CollectionRegionAccessStrategy |
buildAccessStrategy(AccessType accessType)
Build an access strategy for the requested access type.
|
getCacheDataDescription, isTransactionAware
clear, contains, destroy, getElementCountInMemory, getElementCountOnDisk, getName, getSizeInMemory, getTimeout, nextTimestamp, toMap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCacheDataDescription, isTransactionAware
contains, destroy, getElementCountInMemory, getElementCountOnDisk, getName, getSizeInMemory, getTimeout, nextTimestamp, toMap
public CollectionRegionAdapter(Cache underlyingCache, Settings settings, CacheDataDescription metadata)
public CollectionRegionAccessStrategy buildAccessStrategy(AccessType accessType) throws CacheException
CollectionRegion
buildAccessStrategy
in interface CollectionRegion
accessType
- The type of access strategy to build; never null.CacheException
- Usually indicates mis-configuration.Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved