Uses of Class
com.orbitz.consul.model.query.RaftIndex
-
Packages that use RaftIndex Package Description com.orbitz.consul.model.query -
-
Uses of RaftIndex in com.orbitz.consul.model.query
Subclasses of RaftIndex in com.orbitz.consul.model.query Modifier and Type Class Description classImmutableRaftIndexImmutable implementation ofRaftIndex.Methods in com.orbitz.consul.model.query with parameters of type RaftIndex Modifier and Type Method Description static ImmutableRaftIndexImmutableRaftIndex. copyOf(RaftIndex instance)Creates an immutable copy of aRaftIndexvalue.ImmutableRaftIndex.BuilderImmutableRaftIndex.Builder. from(RaftIndex instance)Fill a builder with attribute values from the providedRaftIndexinstance.
-