Module org.elasticsearch.server
Class ShardFlushRequest
java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportRequest
org.elasticsearch.action.ActionRequest
org.elasticsearch.action.support.replication.ReplicationRequest<ShardFlushRequest>
org.elasticsearch.action.admin.indices.flush.ShardFlushRequest
- All Implemented Interfaces:
- IndicesRequest,- Writeable,- RefCounted,- TaskAwareRequest
- 
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.replication.ReplicationRequestDEFAULT_TIMEOUT, index, shardId, timeout, waitForActiveShards
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiontoString()voidwriteTo(StreamOutput out) Write this into the StreamOutput.Methods inherited from class org.elasticsearch.action.support.replication.ReplicationRequestcreateTask, getDescription, index, index, indices, indicesOptions, onRetry, routedBasedOnClusterVersion, shardId, timeout, timeout, timeout, validate, waitForActiveShards, waitForActiveShards, waitForActiveShards, writeThinMethods inherited from class org.elasticsearch.action.ActionRequestgetShouldStoreResultMethods inherited from class org.elasticsearch.transport.TransportRequestgetParentTask, setParentTaskMethods inherited from class org.elasticsearch.transport.TransportMessagedecRef, hasReferences, incRef, remoteAddress, remoteAddress, tryIncRefMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.action.IndicesRequestincludeDataStreamsMethods inherited from interface org.elasticsearch.tasks.TaskAwareRequestsetParentTask
- 
Constructor Details- 
ShardFlushRequest
- 
ShardFlushRequest- Throws:
- IOException
 
 
- 
- 
Method Details- 
writeToDescription copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
- writeToin interface- Writeable
- Overrides:
- writeToin class- ReplicationRequest<ShardFlushRequest>
- Throws:
- IOException
 
- 
toString- Specified by:
- toStringin class- ReplicationRequest<ShardFlushRequest>
 
 
-