Interface Placement
-
@Immutable public interface Placement
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>constraints()static Placementcreate(List<String> constraints)static Placementcreate(List<String> constraints, List<Preference> preferences)static Placementcreate(List<String> constraints, List<Preference> preferences, Integer maxReplicas)IntegermaxReplicas()List<Preference>preferences()
-
-
-
Method Detail
-
preferences
List<Preference> preferences()
-
maxReplicas
Integer maxReplicas()
-
create
static Placement create(List<String> constraints, List<Preference> preferences)
-
-