| 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.
|
| io.atomix.protocols.raft.service |
Provides classes for managing Raft-based primitive services.
|
| Modifier and Type | Method and Description |
|---|---|
OperationType |
OperationId.type()
Returns the operation type.
|
static OperationType |
OperationType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static OperationId |
OperationId.from(String id,
OperationType type)
Returns a new operation identifier.
|
| Modifier and Type | Method and Description |
|---|---|
OperationType |
ServiceContext.currentOperation()
Returns the current operation type.
|
| Modifier and Type | Method and Description |
|---|---|
OperationType |
RaftServiceContext.currentOperation() |
Copyright © 2013–2018. All rights reserved.