Uses of Class
com.orbitz.consul.model.coordinate.Datacenter
-
Packages that use Datacenter Package Description com.orbitz.consul com.orbitz.consul.model.coordinate -
-
Uses of Datacenter in com.orbitz.consul
Methods in com.orbitz.consul that return types with arguments of type Datacenter Modifier and Type Method Description java.util.List<Datacenter>CoordinateClient. getDatacenters() -
Uses of Datacenter in com.orbitz.consul.model.coordinate
Subclasses of Datacenter in com.orbitz.consul.model.coordinate Modifier and Type Class Description classImmutableDatacenterImmutable implementation ofDatacenter.Methods in com.orbitz.consul.model.coordinate with parameters of type Datacenter Modifier and Type Method Description static ImmutableDatacenterImmutableDatacenter. copyOf(Datacenter instance)Creates an immutable copy of aDatacentervalue.ImmutableDatacenter.BuilderImmutableDatacenter.Builder. from(Datacenter instance)Fill a builder with attribute values from the providedDatacenterinstance.
-