V
- value typepublic class TransientStoreEvent<V> extends Object
store
instance.
Types of operations are enumerated in TransientStoreEventType
Constructor and Description |
---|
TransientStoreEvent(TransientStoreEventType type,
String key,
V value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getKey() |
TransientStoreEventType |
getType() |
V |
getValue() |
int |
hashCode() |
static <T> TransientStoreEvent<T> |
of(TransientStoreEventType type,
String key,
T value) |
public TransientStoreEvent(TransientStoreEventType type, String key, V value)
public String getKey()
public TransientStoreEventType getType()
public V getValue()
public static <T> TransientStoreEvent<T> of(TransientStoreEventType type, String key, T value)
Copyright © 1970 The Apache Software Foundation. All rights reserved.