public class GemFireQueryResultsRegion
extends java.lang.Object
implements org.hibernate.cache.QueryResultsRegion, org.hibernate.cache.TimestampsRegion
| Constructor and Description |
|---|
GemFireQueryResultsRegion(com.gemstone.gemfire.cache.Region region) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(java.lang.Object key) |
void |
destroy() |
void |
evict(java.lang.Object key) |
void |
evictAll() |
java.lang.Object |
get(java.lang.Object key) |
long |
getElementCountInMemory() |
long |
getElementCountOnDisk() |
java.lang.String |
getName() |
long |
getSizeInMemory() |
int |
getTimeout() |
long |
nextTimestamp() |
void |
put(java.lang.Object key,
java.lang.Object value) |
java.util.Map |
toMap() |
public GemFireQueryResultsRegion(com.gemstone.gemfire.cache.Region region)
public java.lang.Object get(java.lang.Object key)
throws org.hibernate.cache.CacheException
get in interface org.hibernate.cache.GeneralDataRegionorg.hibernate.cache.CacheExceptionpublic void put(java.lang.Object key,
java.lang.Object value)
throws org.hibernate.cache.CacheException
put in interface org.hibernate.cache.GeneralDataRegionorg.hibernate.cache.CacheExceptionpublic void evict(java.lang.Object key)
throws org.hibernate.cache.CacheException
evict in interface org.hibernate.cache.GeneralDataRegionorg.hibernate.cache.CacheExceptionpublic void evictAll()
throws org.hibernate.cache.CacheException
evictAll in interface org.hibernate.cache.GeneralDataRegionorg.hibernate.cache.CacheExceptionpublic java.lang.String getName()
getName in interface org.hibernate.cache.Regionpublic void destroy()
throws org.hibernate.cache.CacheException
destroy in interface org.hibernate.cache.Regionorg.hibernate.cache.CacheExceptionpublic boolean contains(java.lang.Object key)
contains in interface org.hibernate.cache.Regionpublic long getSizeInMemory()
getSizeInMemory in interface org.hibernate.cache.Regionpublic long getElementCountInMemory()
getElementCountInMemory in interface org.hibernate.cache.Regionpublic long getElementCountOnDisk()
getElementCountOnDisk in interface org.hibernate.cache.Regionpublic java.util.Map toMap()
toMap in interface org.hibernate.cache.Regionpublic long nextTimestamp()
nextTimestamp in interface org.hibernate.cache.Regionpublic int getTimeout()
getTimeout in interface org.hibernate.cache.Region