public class GridHibernateRegion extends Object implements org.hibernate.cache.spi.Region
Region. This interface defines base contract for all L2 cache regions.| Modifier and Type | Field and Description |
|---|---|
protected org.gridgain.grid.cache.GridCache<Object,Object> |
cache
Cache instance.
|
protected GridHibernateRegionFactory |
factory |
protected org.gridgain.grid.Grid |
grid
Grid instance.
|
| Constructor and Description |
|---|
GridHibernateRegion(GridHibernateRegionFactory factory,
String name,
org.gridgain.grid.Grid grid,
org.gridgain.grid.cache.GridCache<Object,Object> cache) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Object key) |
void |
destroy() |
long |
getElementCountInMemory() |
long |
getElementCountOnDisk() |
String |
getName() |
long |
getSizeInMemory() |
int |
getTimeout() |
long |
nextTimestamp() |
Map |
toMap() |
protected final GridHibernateRegionFactory factory
protected org.gridgain.grid.Grid grid
public GridHibernateRegion(GridHibernateRegionFactory factory, String name, org.gridgain.grid.Grid grid, org.gridgain.grid.cache.GridCache<Object,Object> cache)
factory - Region factory.name - Region name.grid - Grid.cache - Region cache.public String getName()
getName in interface org.hibernate.cache.spi.Regionpublic void destroy()
throws org.hibernate.cache.CacheException
destroy in interface org.hibernate.cache.spi.Regionorg.hibernate.cache.CacheExceptionpublic boolean contains(Object key)
contains in interface org.hibernate.cache.spi.Regionpublic long getSizeInMemory()
getSizeInMemory in interface org.hibernate.cache.spi.Regionpublic long getElementCountInMemory()
getElementCountInMemory in interface org.hibernate.cache.spi.Regionpublic long getElementCountOnDisk()
getElementCountOnDisk in interface org.hibernate.cache.spi.Regionpublic Map toMap()
toMap in interface org.hibernate.cache.spi.Regionpublic long nextTimestamp()
nextTimestamp in interface org.hibernate.cache.spi.Regionpublic int getTimeout()
getTimeout in interface org.hibernate.cache.spi.Region
GridGain Fabric : ver. 6.6.9-p1 Release Date : August 10 2016