| Package | Description |
|---|---|
| io.atomix.core.multimap |
Atomic multimap primitive.
|
| Modifier and Type | Method and Description |
|---|---|
static MultimapEvent.Type |
MultimapEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultimapEvent.Type[] |
MultimapEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MultimapEvent(MultimapEvent.Type type,
K key,
V newValue,
V oldValue)
Creates a new event object.
|
Copyright © 2013–2018. All rights reserved.