Module org.elasticsearch.xcore
Class FollowStatsAction.StatsRequest
java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportRequest
org.elasticsearch.action.ActionRequest
org.elasticsearch.action.LegacyActionRequest
org.elasticsearch.action.support.tasks.BaseTasksRequest<FollowStatsAction.StatsRequest>
org.elasticsearch.xpack.core.ccr.action.FollowStatsAction.StatsRequest
- All Implemented Interfaces:
IndicesRequest,Writeable,org.elasticsearch.core.RefCounted,TaskAwareRequest
- Enclosing class:
FollowStatsAction
public static class FollowStatsAction.StatsRequest
extends BaseTasksRequest<FollowStatsAction.StatsRequest>
implements IndicesRequest
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.action.IndicesRequest
IndicesRequest.RemoteClusterShardRequest, IndicesRequest.Replaceable, IndicesRequest.SingleIndexNoWildcardsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
Fields 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 TypeMethodDescriptionbooleaninthashCode()String[]indices()booleanvoidsetIndices(String[] indices) 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.action.IndicesRequest
includeDataStreamsMethods inherited from interface org.elasticsearch.core.RefCounted
mustIncRefMethods inherited from interface org.elasticsearch.tasks.TaskAwareRequest
createTask, getDescription, setParentTask
-
Constructor Details
-
StatsRequest
public StatsRequest() -
StatsRequest
- Throws:
IOException
-
-
Method Details
-
writeTo
- Specified by:
writeToin interfaceWriteable- Overrides:
writeToin classBaseTasksRequest<FollowStatsAction.StatsRequest>- Throws:
IOException
-
indices
- Specified by:
indicesin interfaceIndicesRequest
-
setIndices
-
indicesOptions
- Specified by:
indicesOptionsin interfaceIndicesRequest
-
match
- Overrides:
matchin classBaseTasksRequest<FollowStatsAction.StatsRequest>
-
validate
- Overrides:
validatein classBaseTasksRequest<FollowStatsAction.StatsRequest>
-
equals
-
hashCode
public int hashCode()
-