Package org.apache.ignite.cache.query
Class CacheEntryEventAdapter<K,V>
- java.lang.Object
-
- java.util.EventObject
-
- javax.cache.event.CacheEntryEvent<K,V>
-
- org.apache.ignite.cache.query.CacheEntryEventAdapter<K,V>
-
- All Implemented Interfaces:
Serializable
,javax.cache.Cache.Entry<K,V>
- Direct Known Subclasses:
CacheQueryEntryEvent
public abstract class CacheEntryEventAdapter<K,V> extends javax.cache.event.CacheEntryEvent<K,V>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CacheEntryEventAdapter(javax.cache.Cache src, javax.cache.event.EventType evtType)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract V
getNewValue()
V
getValue()
<T> T
unwrap(Class<T> cls)
-
Methods inherited from class javax.cache.event.CacheEntryEvent
getEventType, getOldValue, getSource, isOldValueAvailable
-
Methods inherited from class java.util.EventObject
toString
-
-