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