Uses of Class
com.orbitz.consul.model.query.ImmutableRaftIndex.Builder
-
Packages that use ImmutableRaftIndex.Builder Package Description com.orbitz.consul.model.query -
-
Uses of ImmutableRaftIndex.Builder in com.orbitz.consul.model.query
Methods in com.orbitz.consul.model.query that return ImmutableRaftIndex.Builder Modifier and Type Method Description static ImmutableRaftIndex.BuilderImmutableRaftIndex. builder()Creates a builder forImmutableRaftIndex.ImmutableRaftIndex.BuilderImmutableRaftIndex.Builder. from(RaftIndex instance)Fill a builder with attribute values from the providedRaftIndexinstance.
-