Cache
- implementation type of RegionCachepublic abstract class AbstractTransactionalDataRegion<Cache extends RegionCache> extends Object
Modifier and Type | Field and Description |
---|---|
protected Properties |
props |
Modifier | Constructor and Description |
---|---|
protected |
AbstractTransactionalDataRegion(HazelcastInstance instance,
String regionName,
Properties props,
CacheDataDescription metadata,
Cache cache) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(Object key) |
void |
destroy() |
Cache |
getCache() |
CacheDataDescription |
getCacheDataDescription() |
long |
getElementCountInMemory() |
long |
getElementCountOnDisk()
Hazelcast does not support pushing elements to disk.
|
HazelcastInstance |
getInstance() |
ILogger |
getLogger() |
String |
getName() |
long |
getSizeInMemory() |
int |
getTimeout() |
boolean |
isTransactionAware() |
long |
nextTimestamp() |
Map |
toMap()
Appears to be used only by
org.hibernate.stat.SecondLevelCacheStatistics . |
protected final Properties props
protected AbstractTransactionalDataRegion(HazelcastInstance instance, String regionName, Properties props, CacheDataDescription metadata, Cache cache)
public CacheDataDescription getCacheDataDescription()
org.hibernate.cache.TransactionalDataRegion#getCacheDataDescription()
public boolean isTransactionAware()
org.hibernate.cache.TransactionalDataRegion#isTransactionAware()
public Cache getCache()
public void destroy() throws org.hibernate.cache.CacheException
org.hibernate.cache.CacheException
public long getElementCountInMemory()
IMap
.public long getElementCountOnDisk()
public String getName()
public long getSizeInMemory()
public final int getTimeout()
public final long nextTimestamp()
public Map toMap()
org.hibernate.stat.SecondLevelCacheStatistics
.IMap
used for this region.public boolean contains(Object key)
public final HazelcastInstance getInstance()
getInstance
in interface HazelcastRegion<Cache extends RegionCache>
public final ILogger getLogger()
getLogger
in interface HazelcastRegion<Cache extends RegionCache>
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.