public interface EntityRegion extends TransactionalDataRegion
Defines the contract for a cache region which will specifically be used to store entity data.
| Modifier and Type | Method and Description |
|---|---|
EntityRegionAccessStrategy |
buildAccessStrategy(AccessType accessType)
Build an access strategy for the requested access type.
|
getCacheDataDescription, isTransactionAwarecontains, destroy, getElementCountInMemory, getElementCountOnDisk, getName, getSizeInMemory, getTimeout, nextTimestamp, toMapEntityRegionAccessStrategy buildAccessStrategy(AccessType accessType) throws CacheException
Build an access strategy for the requested access type.
accessType - The type of access strategy to build; never null.CacheException - Usually indicates mis-configuration.Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.