public class HibernateTimestampsRegion extends HibernateGeneralDataRegion implements org.hibernate.cache.spi.TimestampsRegion
TimestampsRegion
. This region is automatically created when query
caching is enabled and it holds most recent updates timestamps to queryable tables.
Name of timestamps region is "org.hibernate.cache.spi.UpdateTimestampsCache"
.cache, factory, ignite
Constructor and Description |
---|
HibernateTimestampsRegion(HibernateRegionFactory factory,
String name,
Ignite ignite,
HibernateCacheProxy cache) |
evict, evictAll, get, put
contains, destroy, getElementCountInMemory, getElementCountOnDisk, getName, getSizeInMemory, getTimeout, nextTimestamp, toMap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public HibernateTimestampsRegion(HibernateRegionFactory factory, String name, Ignite ignite, HibernateCacheProxy cache)
factory
- Region factory.name
- Region name.ignite
- Grid.cache
- Region cache.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019