Module org.elasticsearch.server
Class MigrateToDataStreamAction.Request
java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportRequest
org.elasticsearch.action.ActionRequest
org.elasticsearch.action.support.master.MasterNodeRequest<Request>
org.elasticsearch.action.support.master.AcknowledgedRequest<MigrateToDataStreamAction.Request>
org.elasticsearch.action.datastreams.MigrateToDataStreamAction.Request
- All Implemented Interfaces:
- IndicesRequest,- AckedRequest,- Writeable,- RefCounted,- TaskAwareRequest
- Enclosing class:
- MigrateToDataStreamAction
public static class MigrateToDataStreamAction.Request
extends AcknowledgedRequest<MigrateToDataStreamAction.Request>
implements IndicesRequest
- 
Nested Class SummaryNested classes/interfaces inherited from class org.elasticsearch.transport.TransportRequestTransportRequest.EmptyNested classes/interfaces inherited from interface org.elasticsearch.action.IndicesRequestIndicesRequest.ReplaceableNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.WriteableWriteable.Reader<V>, Writeable.Writer<V>
- 
Field SummaryFields inherited from class org.elasticsearch.action.support.master.AcknowledgedRequestDEFAULT_ACK_TIMEOUT, timeoutFields inherited from class org.elasticsearch.action.support.master.MasterNodeRequestDEFAULT_MASTER_NODE_TIMEOUT, masterNodeTimeout
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleaninthashCode()String[]indices()Returns the array of indices that the action relates toReturns the indices options used to resolve indices.validate()voidwriteTo(StreamOutput out) Write this into the StreamOutput.Methods inherited from class org.elasticsearch.action.support.master.AcknowledgedRequestackTimeout, timeout, timeout, timeoutMethods inherited from class org.elasticsearch.action.support.master.MasterNodeRequestmasterNodeTimeout, masterNodeTimeout, masterNodeTimeoutMethods inherited from class org.elasticsearch.action.ActionRequestgetShouldStoreResultMethods inherited from class org.elasticsearch.transport.TransportRequestgetParentTask, setParentTask, toStringMethods inherited from class org.elasticsearch.transport.TransportMessagedecRef, hasReferences, incRef, remoteAddress, remoteAddress, tryIncRefMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.cluster.ack.AckedRequestmasterNodeTimeoutMethods inherited from interface org.elasticsearch.action.IndicesRequestincludeDataStreamsMethods inherited from interface org.elasticsearch.tasks.TaskAwareRequestcreateTask, getDescription, setParentTask
- 
Constructor Details- 
Request
- 
Request- Throws:
- IOException
 
 
- 
- 
Method Details- 
getAliasName
- 
validate- Specified by:
- validatein class- ActionRequest
 
- 
writeToDescription copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
- writeToin interface- Writeable
- Overrides:
- writeToin class- AcknowledgedRequest<MigrateToDataStreamAction.Request>
- Throws:
- IOException
 
- 
equals
- 
hashCodepublic int hashCode()
- 
indicesDescription copied from interface:IndicesRequestReturns the array of indices that the action relates to- Specified by:
- indicesin interface- IndicesRequest
 
- 
indicesOptionsDescription copied from interface:IndicesRequestReturns the indices options used to resolve indices. They tell for instance whether a single index is accepted, whether an empty array will be converted to _all, and how wildcards will be expanded if needed.- Specified by:
- indicesOptionsin interface- IndicesRequest
 
 
-