public class CollectionRegionImpl extends BaseTransactionalDataRegion implements CollectionRegion
cache
Constructor and Description |
---|
CollectionRegionImpl(org.infinispan.AdvancedCache cache,
String name,
CacheDataDescription metadata,
RegionFactory factory) |
Modifier and Type | Method and Description |
---|---|
CollectionRegionAccessStrategy |
buildAccessStrategy(AccessType accessType)
Build an access strategy for the requested access type.
|
PutFromLoadValidator |
getPutFromLoadValidator() |
getCacheDataDescription
checkValid, contains, destroy, getCache, getElementCountInMemory, getElementCountOnDisk, getName, getSizeInMemory, getTimeout, getTransactionManager, invalidateRegion, isTransactionAware, 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 CollectionRegionImpl(org.infinispan.AdvancedCache cache, String name, CacheDataDescription metadata, RegionFactory factory)
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.public PutFromLoadValidator getPutFromLoadValidator()
Copyright © 2018 JBoss by Red Hat. All rights reserved.