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.EventObjectsource
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedCacheEntryEventAdapter(javax.cache.Cache src, javax.cache.event.EventType evtType)
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract VgetNewValue()VgetValue()<T> Tunwrap(Class<T> cls)- 
Methods inherited from class javax.cache.event.CacheEntryEventgetEventType, getOldValue, getSource, isOldValueAvailable
 - 
Methods inherited from class java.util.EventObjecttoString
 
- 
 
-