Class TransientStoreEvent<V>
java.lang.Object
org.apache.drill.exec.coord.store.TransientStoreEvent<V>
- Type Parameters:
V
- value type
Represents an event created as a result of an operation over a particular (key, value) entry in a
store
instance.
Types of operations are enumerated in TransientStoreEventType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getKey()
getType()
getValue()
int
hashCode()
static <T> TransientStoreEvent<T>
of
(TransientStoreEventType type, String key, T value)