| Package | Description |
|---|---|
| com.orbitz.consul.model.operator |
| Modifier and Type | Method and Description |
|---|---|
ImmutableRaftConfiguration |
ImmutableRaftConfiguration.Builder.build()
Builds a new
ImmutableRaftConfiguration. |
static ImmutableRaftConfiguration |
ImmutableRaftConfiguration.copyOf(RaftConfiguration instance)
Creates an immutable copy of a
RaftConfiguration value. |
ImmutableRaftConfiguration |
ImmutableRaftConfiguration.withIndex(BigInteger value)
Copy the current immutable object by setting a value for the
index attribute. |
ImmutableRaftConfiguration |
ImmutableRaftConfiguration.withServers(Iterable<? extends RaftServer> elements)
Copy the current immutable object with elements that replace the content of
servers. |
ImmutableRaftConfiguration |
ImmutableRaftConfiguration.withServers(RaftServer... elements)
Copy the current immutable object with elements that replace the content of
servers. |
Copyright © 2018. All rights reserved.