| Package | Description |
|---|---|
| io.atomix.primitive.protocol.set |
Interfaces for set-compatible gossip protocols and delegates.
|
| Modifier and Type | Method and Description |
|---|---|
static SetDelegateEvent.Type |
SetDelegateEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SetDelegateEvent.Type[] |
SetDelegateEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SetDelegateEvent(SetDelegateEvent.Type type,
E element) |
SetDelegateEvent(SetDelegateEvent.Type type,
E element,
long time) |
Copyright © 2013–2018. All rights reserved.