Interface HostLocation
-
@Immutable public interface HostLocation
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description String
datacenter()
default boolean
isProbablySameRackAs(String datacenter, String rack)
static HostLocation
of(String datacenter, String rack)
String
rack()
-