public final class LayoutConstraint extends Object
Modifier and Type | Field and Description |
---|---|
static LayoutConstraint |
EMPTY_LAYOUT_CONSTRAINT |
Constructor and Description |
---|
LayoutConstraint(Set<Set<String>> servicesThatMustCoexist,
Set<Set<String>> servicesThatMustNotCoexist) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Set<Set<String>> |
getServicesThatMustCoexist()
Get the set of service sets that must coexist on the same node in the cluster.
|
Set<Set<String>> |
getServicesThatMustNotCoexist()
Get the set of service sets that must not coexist on the same node in the cluster.
|
int |
hashCode() |
String |
toString() |
public static final LayoutConstraint EMPTY_LAYOUT_CONSTRAINT
public Set<Set<String>> getServicesThatMustCoexist()
public Set<Set<String>> getServicesThatMustNotCoexist()
Copyright © 2013-2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.