| Package | Description |
|---|---|
| io.atomix.cluster |
Provides classes and interfaces for cluster management.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MemberId
Controller cluster identity.
|
| Modifier and Type | Method and Description |
|---|---|
static NodeId |
NodeId.anonymous()
Creates a new cluster node identifier from the specified string.
|
static NodeId |
NodeId.from(String id)
Creates a new cluster node identifier from the specified string.
|
NodeId |
NodeConfig.getId()
Returns the node identifier.
|
NodeId |
Node.id()
Returns the instance identifier.
|
| Modifier and Type | Method and Description |
|---|---|
int |
NodeId.compareTo(NodeId that) |
NodeConfig |
NodeConfig.setId(NodeId id)
Sets the node identifier.
|
MemberConfig |
MemberConfig.setId(NodeId id) |
MemberBuilder |
MemberBuilder.withId(NodeId id) |
NodeBuilder |
NodeBuilder.withId(NodeId id)
Sets the node identifier.
|
Copyright © 2013–2018. All rights reserved.