K
- The type of key.V
- The type of value.public abstract class CacheQueryEntryEvent<K,V> extends javax.cache.event.CacheEntryEvent<K,V>
source
Constructor and Description |
---|
CacheQueryEntryEvent(javax.cache.Cache src,
javax.cache.event.EventType evtType)
Constructs a cache entry event from a given cache as source.
|
Modifier and Type | Method and Description |
---|---|
abstract long |
getPartitionUpdateCounter()
Each cache update increases partition counter.
|
getEventType, getOldValue, getSource, isOldValueAvailable
toString
public CacheQueryEntryEvent(javax.cache.Cache src, javax.cache.event.EventType evtType)
src
- The cache that originated the event.evtType
- Event type.public abstract long getPartitionUpdateCounter()
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024