| Package | Description |
|---|---|
| io.atomix.core.collection |
Distributed collection primitives.
|
| Modifier and Type | Method and Description |
|---|---|
static CollectionEvent.Type |
CollectionEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectionEvent.Type[] |
CollectionEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CollectionEvent(CollectionEvent.Type type,
E entry)
Creates a new event object.
|
Copyright © 2013–2018. All rights reserved.