| Package | Description |
|---|---|
| io.atomix.primitive.protocol.map |
Interfaces for map-compatible gossip protocols and delegates.
|
| Modifier and Type | Method and Description |
|---|---|
static MapDelegateEvent.Type |
MapDelegateEvent.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.
|
| Constructor and Description |
|---|
MapDelegateEvent(MapDelegateEvent.Type type,
K key,
V value) |
MapDelegateEvent(MapDelegateEvent.Type type,
K key,
V value,
long time) |
Copyright © 2013–2018. All rights reserved.