Methods inherited from interface javax.cache.Cache.Entry
getKey, getValue, unwrap
Constructor Detail
CacheQueryEntryEvent
public CacheQueryEntryEvent(javax.cache.Cache src,
javax.cache.event.EventType evtType)
Constructs a cache entry event from a given cache as source.
Parameters:
src - The cache that originated the event.
evtType - Event type.
Method Detail
getPartitionUpdateCounter
public abstract long getPartitionUpdateCounter()
Each cache update increases partition counter. The same cache updates have on the same value of counter
on primary and backup nodes. This value can be useful to communicate with external applications.