Package com.netflix.genie.common.dto
Class ClusterCriteria
java.lang.Object
com.netflix.genie.common.dto.ClusterCriteria
- All Implemented Interfaces:
Serializable
Cluster Criteria.
- Since:
- 2.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClusterCriteria
(Set<String> tags) Create a cluster criteria object with the included tags. -
Method Summary
-
Constructor Details
-
ClusterCriteria
Create a cluster criteria object with the included tags.- Parameters:
tags
- The tags to add. Not null or empty and must have at least one non-empty tag.
-