Module org.elasticsearch.xcore
Class GetDataFrameAnalyticsStatsAction.Request
java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportRequest
org.elasticsearch.action.ActionRequest
org.elasticsearch.action.support.tasks.BaseTasksRequest<GetDataFrameAnalyticsStatsAction.Request>
org.elasticsearch.xpack.core.ml.action.GetDataFrameAnalyticsStatsAction.Request
- All Implemented Interfaces:
Writeable,org.elasticsearch.core.RefCounted,TaskAwareRequest
- Enclosing class:
GetDataFrameAnalyticsStatsAction
public static class GetDataFrameAnalyticsStatsAction.Request
extends BaseTasksRequest<GetDataFrameAnalyticsStatsAction.Request>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.elasticsearch.xcontent.ParseFieldFields inherited from class org.elasticsearch.action.support.tasks.BaseTasksRequest
ALL_ACTIONS, ALL_NODESFields inherited from interface org.elasticsearch.core.RefCounted
ALWAYS_REFERENCED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()inthashCode()booleanbooleanvoidsetAllowNoMatch(boolean allowNoMatch) voidsetExpandedIds(List<String> expandedIds) voidvoidsetPageParams(PageParams pageParams) validate()voidwriteTo(StreamOutput out) Methods inherited from class org.elasticsearch.action.support.tasks.BaseTasksRequest
getActions, getNodes, getParentTaskId, getTargetParentTaskId, getTargetTaskId, getTaskId, getTimeout, setActions, setNodes, setParentTaskId, setTargetParentTaskId, setTargetTaskId, setTaskId, setTimeoutMethods inherited from class org.elasticsearch.action.ActionRequest
getShouldStoreResultMethods inherited from class org.elasticsearch.transport.TransportRequest
getParentTask, getRequestId, setParentTask, setRequestId, 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.core.RefCounted
mustIncRefMethods inherited from interface org.elasticsearch.tasks.TaskAwareRequest
getDescription, setParentTask
-
Field Details
-
ALLOW_NO_MATCH
public static final org.elasticsearch.xcontent.ParseField ALLOW_NO_MATCH
-
-
Constructor Details
-
Request
-
Request
public Request() -
Request
- Throws:
IOException
-
-
Method Details
-
setExpandedIds
-
getExpandedIds
-
writeTo
- Specified by:
writeToin interfaceWriteable- Overrides:
writeToin classBaseTasksRequest<GetDataFrameAnalyticsStatsAction.Request>- Throws:
IOException
-
setId
-
getId
-
isAllowNoMatch
public boolean isAllowNoMatch() -
setAllowNoMatch
public void setAllowNoMatch(boolean allowNoMatch) -
setPageParams
-
getPageParams
-
match
- Overrides:
matchin classBaseTasksRequest<GetDataFrameAnalyticsStatsAction.Request>
-
validate
- Overrides:
validatein classBaseTasksRequest<GetDataFrameAnalyticsStatsAction.Request>
-
hashCode
public int hashCode() -
equals
-
createTask
-