Package org.elasticsearch.client.ml
Class GetJobStatsRequest
java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportRequest
org.elasticsearch.action.ActionRequest
org.elasticsearch.client.ml.GetJobStatsRequest
- All Implemented Interfaces:
Writeable,org.elasticsearch.core.RefCounted,TaskAwareRequest,org.elasticsearch.xcontent.ToXContent,org.elasticsearch.xcontent.ToXContentObject
public class GetJobStatsRequest
extends ActionRequest
implements org.elasticsearch.xcontent.ToXContentObject
Request object to get
JobStats by their respective jobIds
_all explicitly gets all the jobs' statistics in the cluster
An empty request (no jobIds) implicitly gets all the jobs' statistics in the cluster-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.transport.TransportRequest
TransportRequest.EmptyNested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
org.elasticsearch.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.xcontent.ToXContent.MapParams, org.elasticsearch.xcontent.ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V extends Object>, Writeable.Writer<V extends Object> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.elasticsearch.xcontent.ParseFieldstatic final org.elasticsearch.xcontent.ConstructingObjectParser<GetJobStatsRequest,Void> Fields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
ConstructorsConstructorDescriptionGetJobStatsRequest(String... jobIds) Get the specified Job's statistics via their unique jobIds -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic GetJobStatsRequestExplicitly gets all jobs statisticsAll the jobIds for which to get statisticsinthashCode()voidsetAllowNoMatch(boolean allowNoMatch) Whether to ignore if a wildcard expression matches no jobs.org.elasticsearch.xcontent.XContentBuildertoXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) validate()Methods inherited from class org.elasticsearch.action.ActionRequest
getShouldStoreResult, writeToMethods inherited from class org.elasticsearch.transport.TransportRequest
getParentTask, setParentTask, toStringMethods inherited from class org.elasticsearch.transport.TransportMessage
decRef, hasReferences, incRef, remoteAddress, remoteAddress, tryIncRefMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.tasks.TaskAwareRequest
createTask, getDescription, setParentTaskMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Field Details
-
ALLOW_NO_MATCH
public static final org.elasticsearch.xcontent.ParseField ALLOW_NO_MATCH -
PARSER
public static final org.elasticsearch.xcontent.ConstructingObjectParser<GetJobStatsRequest,Void> PARSER
-
-
Constructor Details
-
GetJobStatsRequest
Get the specified Job's statistics via their unique jobIds- Parameters:
jobIds- must be non-null and each jobId must be non-null
-
-
Method Details
-
getAllJobStatsRequest
Explicitly gets all jobs statistics- Returns:
- a
GetJobStatsRequestfor all existing jobs
-
getJobIds
All the jobIds for which to get statistics -
getAllowNoMatch
-
setAllowNoMatch
public void setAllowNoMatch(boolean allowNoMatch) Whether to ignore if a wildcard expression matches no jobs. This includes_allstring or when no jobs have been specified- Parameters:
allowNoMatch- Whentrueignore if wildcard or_allmatches no jobs. Defaults totrue
-
hashCode
public int hashCode() -
equals
-
validate
- Specified by:
validatein classActionRequest
-
toXContent
public org.elasticsearch.xcontent.XContentBuilder toXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceorg.elasticsearch.xcontent.ToXContent- Throws:
IOException
-