public interface CriteriaResolutionRepository
JpaClusterRepository which require more hands on control rather than
generated code from Spring.| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Object[]> |
resolveClustersAndCommands(com.netflix.genie.common.internal.dto.v4.Criterion clusterCriterion,
com.netflix.genie.common.internal.dto.v4.Criterion commandCriterion)
Given a cluster and command criterion attempt to resolve the cluster and highest priority command that match
said criteria.
|
@Nonnull
java.util.List<java.lang.Object[]> resolveClustersAndCommands(com.netflix.genie.common.internal.dto.v4.Criterion clusterCriterion,
com.netflix.genie.common.internal.dto.v4.Criterion commandCriterion)
clusterCriterion - The criterion for selecting a clustercommandCriterion - The criterion for selecting a command attached to the selected cluster