Module org.elasticsearch.xcore
Class GroupOrJobLookup
java.lang.Object
org.elasticsearch.xpack.core.ml.job.groups.GroupOrJobLookup
A lookup that allows expanding expressions that may consist of job
IDs, job group names, wildcard patterns or a comma separated combination
of the aforementioned to the matching job IDs.
The lookup is immutable.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexpandJobIds(String expression, boolean allowNoMatch) booleanisGroupOrJob(String id)
-
Constructor Details
-
GroupOrJobLookup
-
-
Method Details
-
expandJobIds
-
isGroupOrJob
-