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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKey()getType()getValue()inthashCode()static <T> TransientStoreEvent<T> of(TransientStoreEventType type, String key, T value)