Package io.atomix.primitive.protocol.map
Class MapDelegateEvent<K,V>
java.lang.Object
io.atomix.utils.event.AbstractEvent<MapDelegateEvent.Type,K>
io.atomix.primitive.protocol.map.MapDelegateEvent<K,V>
- All Implemented Interfaces:
io.atomix.utils.event.Event<MapDelegateEvent.Type,K>
public class MapDelegateEvent<K,V> extends io.atomix.utils.event.AbstractEvent<MapDelegateEvent.Type,K>
Map protocol event.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMapDelegateEvent.TypeMap protocol event type. -
Constructor Summary
Constructors Constructor Description MapDelegateEvent(MapDelegateEvent.Type type, K key, V value)MapDelegateEvent(MapDelegateEvent.Type type, K key, V value, long time) -
Method Summary