public abstract class BaseTransactionalDataRegion extends BaseRegion implements TransactionalDataRegion
TransactionalDataRegion implementors.cache| Constructor and Description |
|---|
BaseTransactionalDataRegion(org.infinispan.AdvancedCache cache,
String name,
CacheDataDescription metadata,
RegionFactory factory)
Base transactional region constructor
|
| Modifier and Type | Method and Description |
|---|---|
CacheDataDescription |
getCacheDataDescription()
Get the description of the type of data to be stored here, which would have been given to the RegionFactory
when creating this region
|
checkValid, contains, destroy, getCache, getElementCountInMemory, getElementCountOnDisk, getName, getSizeInMemory, getTimeout, getTransactionManager, invalidateRegion, isRegionInvalidatedInCurrentTx, isTransactionAware, isValid, nextTimestamp, resume, suspend, toMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisTransactionAwarecontains, destroy, getElementCountInMemory, getElementCountOnDisk, getName, getSizeInMemory, getTimeout, nextTimestamp, toMappublic BaseTransactionalDataRegion(org.infinispan.AdvancedCache cache,
String name,
CacheDataDescription metadata,
RegionFactory factory)
cache - instance to store transactional dataname - of the transactional regionmetadata - for the transactional regionfactory - for the transactional regionpublic CacheDataDescription getCacheDataDescription()
TransactionalDataRegiongetCacheDataDescription in interface TransactionalDataRegionCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.