Package org.redisson.hibernate.region
Class RedissonTimestampsRegion
java.lang.Object
org.redisson.hibernate.region.BaseRegion
org.redisson.hibernate.region.RedissonTimestampsRegion
- All Implemented Interfaces:
org.hibernate.cache.spi.GeneralDataRegion,org.hibernate.cache.spi.Region,org.hibernate.cache.spi.TimestampsRegion,org.hibernate.cache.spi.TransactionalDataRegion
public class RedissonTimestampsRegion
extends BaseRegion
implements org.hibernate.cache.spi.TimestampsRegion
- Author:
- Nikita Koksharov
-
Constructor Summary
ConstructorsConstructorDescriptionRedissonTimestampsRegion(RMapCache<Object, Object> mapCache, ConnectionManager connectionManager, org.hibernate.cache.spi.RegionFactory regionFactory, Properties properties, String defaultKey) -
Method Summary
Methods inherited from class org.redisson.hibernate.region.BaseRegion
contains, destroy, evict, evictAll, get, getCacheDataDescription, getElementCountInMemory, getElementCountOnDisk, getName, getSizeInMemory, getTimeout, isTransactionAware, nextTimestamp, put, toMapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.cache.spi.GeneralDataRegion
evict, evictAll, get, putMethods inherited from interface org.hibernate.cache.spi.Region
contains, destroy, getElementCountInMemory, getElementCountOnDisk, getName, getSizeInMemory, getTimeout, nextTimestamp, toMap
-
Constructor Details
-
RedissonTimestampsRegion
public RedissonTimestampsRegion(RMapCache<Object, Object> mapCache, ConnectionManager connectionManager, org.hibernate.cache.spi.RegionFactory regionFactory, Properties properties, String defaultKey)
-