Uses of Class
io.atomix.primitive.protocol.set.SetDelegateEvent.Type
| Package | Description |
|---|---|
| io.atomix.primitive.protocol.set |
Interfaces for set-compatible gossip protocols and delegates.
|
-
Uses of SetDelegateEvent.Type in io.atomix.primitive.protocol.set
Methods in io.atomix.primitive.protocol.set that return SetDelegateEvent.Type Modifier and Type Method Description static SetDelegateEvent.TypeSetDelegateEvent.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.Constructors in io.atomix.primitive.protocol.set with parameters of type SetDelegateEvent.Type Constructor Description SetDelegateEvent(SetDelegateEvent.Type type, E element)SetDelegateEvent(SetDelegateEvent.Type type, E element, long time)