ImmutableRaftConfiguration |
ImmutableRaftConfiguration.Builder.build() |
|
static ImmutableRaftConfiguration |
ImmutableRaftConfiguration.copyOf(RaftConfiguration instance) |
|
ImmutableRaftConfiguration |
ImmutableRaftConfiguration.withIndex(java.math.BigInteger value) |
Copy the current immutable object by setting a value for the index attribute.
|
ImmutableRaftConfiguration |
ImmutableRaftConfiguration.withServers(RaftServer... elements) |
Copy the current immutable object with elements that replace the content of servers.
|
ImmutableRaftConfiguration |
ImmutableRaftConfiguration.withServers(java.lang.Iterable<? extends RaftServer> elements) |
Copy the current immutable object with elements that replace the content of servers.
|