Uses of Class
org.kiwiproject.consul.model.coordinate.Coordinate
Packages that use Coordinate
-
Uses of Coordinate in org.kiwiproject.consul
Methods in org.kiwiproject.consul that return types with arguments of type Coordinate -
Uses of Coordinate in org.kiwiproject.consul.model.coordinate
Subclasses of Coordinate in org.kiwiproject.consul.model.coordinateMethods in org.kiwiproject.consul.model.coordinate that return types with arguments of type CoordinateModifier and TypeMethodDescriptionabstract List<Coordinate>Datacenter.getCoordinates()com.google.common.collect.ImmutableList<Coordinate>ImmutableDatacenter.getCoordinates()Methods in org.kiwiproject.consul.model.coordinate with parameters of type CoordinateModifier and TypeMethodDescriptionImmutableDatacenter.Builder.addCoordinates(Coordinate element) Adds one element tocoordinateslist.ImmutableDatacenter.Builder.addCoordinates(Coordinate... elements) Adds elements tocoordinateslist.static ImmutableCoordinateImmutableCoordinate.copyOf(Coordinate instance) Creates an immutable copy of aCoordinatevalue.ImmutableCoordinate.Builder.from(Coordinate instance) Fill a builder with attribute values from the providedCoordinateinstance.final ImmutableDatacenterImmutableDatacenter.withCoordinates(Coordinate... elements) Copy the current immutable object with elements that replace the content ofcoordinates.Method parameters in org.kiwiproject.consul.model.coordinate with type arguments of type CoordinateModifier and TypeMethodDescriptionImmutableDatacenter.Builder.addAllCoordinates(Iterable<? extends Coordinate> elements) Adds elements tocoordinateslist.ImmutableDatacenter.Builder.coordinates(Iterable<? extends Coordinate> elements) Sets or replaces all elements forcoordinateslist.final ImmutableDatacenterImmutableDatacenter.withCoordinates(Iterable<? extends Coordinate> elements) Copy the current immutable object with elements that replace the content ofcoordinates.