public interface CacheHighWaterMark extends Serializable
Modifier and Type | Method and Description |
---|---|
long |
getTime()
Get the checkpoint time.
|
boolean |
isForSameCache(CacheHighWaterMark other)
Return whether this
CacheHighWaterMark was generated for the
same cache as the given CacheHighWaterMark . |
boolean isForSameCache(CacheHighWaterMark other)
CacheHighWaterMark
was generated for the
same cache as the given CacheHighWaterMark
.other
- The CacheHighWaterMark
to compare.true
if and only if this cache state is for the same
cache.long getTime()
Copyright © 2000-2014. All Rights Reserved.