Uses of Class
com.orbitz.consul.model.coordinate.Coordinate
-
Packages that use Coordinate Package Description com.orbitz.consul com.orbitz.consul.model.coordinate -
-
Uses of Coordinate in com.orbitz.consul
Methods in com.orbitz.consul that return types with arguments of type Coordinate Modifier and Type Method Description java.util.List<Coordinate>CoordinateClient. getNodes()java.util.List<Coordinate>CoordinateClient. getNodes(java.lang.String dc) -
Uses of Coordinate in com.orbitz.consul.model.coordinate
Subclasses of Coordinate in com.orbitz.consul.model.coordinate Modifier and Type Class Description classImmutableCoordinateImmutable implementation ofCoordinate.Methods in com.orbitz.consul.model.coordinate that return types with arguments of type Coordinate Modifier and Type Method Description abstract java.util.List<Coordinate>Datacenter. getCoordinates()com.google.common.collect.ImmutableList<Coordinate>ImmutableDatacenter. getCoordinates()Methods in com.orbitz.consul.model.coordinate with parameters of type Coordinate Modifier and Type Method Description ImmutableDatacenter.BuilderImmutableDatacenter.Builder. addCoordinates(Coordinate element)Adds one element tocoordinateslist.ImmutableDatacenter.BuilderImmutableDatacenter.Builder. addCoordinates(Coordinate... elements)Adds elements tocoordinateslist.static ImmutableCoordinateImmutableCoordinate. copyOf(Coordinate instance)Creates an immutable copy of aCoordinatevalue.ImmutableCoordinate.BuilderImmutableCoordinate.Builder. from(Coordinate instance)Fill a builder with attribute values from the providedCoordinateinstance.ImmutableDatacenterImmutableDatacenter. withCoordinates(Coordinate... elements)Copy the current immutable object with elements that replace the content ofcoordinates.Method parameters in com.orbitz.consul.model.coordinate with type arguments of type Coordinate Modifier and Type Method Description ImmutableDatacenter.BuilderImmutableDatacenter.Builder. addAllCoordinates(java.lang.Iterable<? extends Coordinate> elements)Adds elements tocoordinateslist.ImmutableDatacenter.BuilderImmutableDatacenter.Builder. coordinates(java.lang.Iterable<? extends Coordinate> elements)Sets or replaces all elements forcoordinateslist.ImmutableDatacenterImmutableDatacenter. withCoordinates(java.lang.Iterable<? extends Coordinate> elements)Copy the current immutable object with elements that replace the content ofcoordinates.
-