Uses of Class
io.atomix.primitive.operation.OperationType
| Package | Description |
|---|---|
| io.atomix.primitive.operation |
Provides classes and interfaces for defining distributed primitive operations.
|
| io.atomix.primitive.service |
Provides classes and interfaces for defining distributed primitive state machines.
|
-
Uses of OperationType in io.atomix.primitive.operation
Methods in io.atomix.primitive.operation that return OperationType Modifier and Type Method Description OperationTypetype()The operation type.OperationTypeOperationId. type()Returns the operation type.static OperationTypeOperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationType[]OperationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.atomix.primitive.operation with parameters of type OperationType Modifier and Type Method Description static OperationIdOperationId. from(String id, OperationType type)Returns a new operation identifier. -
Uses of OperationType in io.atomix.primitive.service
Methods in io.atomix.primitive.service that return OperationType Modifier and Type Method Description OperationTypeServiceContext. currentOperation()Returns the current operation type.