ImmutableRaftServer |
ImmutableRaftServer.Builder.build() |
|
static ImmutableRaftServer |
ImmutableRaftServer.copyOf(RaftServer instance) |
|
ImmutableRaftServer |
ImmutableRaftServer.withAddress(java.lang.String value) |
Copy the current immutable object by setting a value for the address attribute.
|
ImmutableRaftServer |
ImmutableRaftServer.withId(java.lang.String value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableRaftServer |
ImmutableRaftServer.withLeader(java.lang.Boolean value) |
Copy the current immutable object by setting a value for the leader attribute.
|
ImmutableRaftServer |
ImmutableRaftServer.withNode(java.lang.String value) |
Copy the current immutable object by setting a value for the node attribute.
|
ImmutableRaftServer |
ImmutableRaftServer.withVoter(java.lang.Boolean value) |
Copy the current immutable object by setting a value for the voter attribute.
|