public class UpdateTimestampsCache
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
REGION_NAME |
Constructor and Description |
---|
UpdateTimestampsCache(Settings settings,
java.util.Properties props) |
UpdateTimestampsCache(Settings settings,
java.util.Properties props,
SessionFactoryImplementor factory) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
destroy() |
TimestampsRegion |
getRegion() |
void |
invalidate(java.io.Serializable[] spaces) |
boolean |
isUpToDate(java.util.Set spaces,
java.lang.Long timestamp) |
void |
preinvalidate(java.io.Serializable[] spaces) |
java.lang.String |
toString() |
public UpdateTimestampsCache(Settings settings, java.util.Properties props, SessionFactoryImplementor factory) throws HibernateException
HibernateException
public UpdateTimestampsCache(Settings settings, java.util.Properties props) throws HibernateException
HibernateException
public void preinvalidate(java.io.Serializable[] spaces) throws CacheException
CacheException
public void invalidate(java.io.Serializable[] spaces) throws CacheException
CacheException
public boolean isUpToDate(java.util.Set spaces, java.lang.Long timestamp) throws HibernateException
HibernateException
public void clear() throws CacheException
CacheException
public void destroy()
public TimestampsRegion getRegion()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.