Uses of Class
io.atomix.primitive.protocol.map.MapDelegateEvent.Type
| Package | Description |
|---|---|
| io.atomix.primitive.protocol.map |
Interfaces for map-compatible gossip protocols and delegates.
|
-
Uses of MapDelegateEvent.Type in io.atomix.primitive.protocol.map
Methods in io.atomix.primitive.protocol.map that return MapDelegateEvent.Type Modifier and Type Method Description static MapDelegateEvent.TypeMapDelegateEvent.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static MapDelegateEvent.Type[]MapDelegateEvent.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.atomix.primitive.protocol.map with parameters of type MapDelegateEvent.Type Constructor Description MapDelegateEvent(MapDelegateEvent.Type type, K key, V value)MapDelegateEvent(MapDelegateEvent.Type type, K key, V value, long time)