IndicesRequest, Streamable, Writeable, TaskAwareRequestpublic class ShardFlushRequest extends ReplicationRequest<ShardFlushRequest>
IndicesRequest.ReplaceableTransportRequest.EmptyWriteable.Reader<V>, Writeable.Writer<V>DEFAULT_TIMEOUT, index, shardId, timeout, waitForActiveShards| Constructor | Description |
|---|---|
ShardFlushRequest() |
|
ShardFlushRequest(FlushRequest request,
ShardId shardId) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
readFrom(StreamInput in) |
Set this object's fields from a StreamInput.
|
java.lang.String |
toString() |
|
void |
writeTo(StreamOutput out) |
Write this object's fields to a StreamOutput.
|
getShouldStoreResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreateTask, getDescription, index, index, indices, indicesOptions, onRetry, setShardId, shardId, timeout, timeout, timeout, validate, waitForActiveShards, waitForActiveShards, waitForActiveShardsnewWriteableReadersetParentTaskremoteAddress, remoteAddressgetParentTask, setParentTaskpublic ShardFlushRequest(FlushRequest request, ShardId shardId)
public ShardFlushRequest()
public void readFrom(StreamInput in) throws java.io.IOException
StreamablereadFrom in interface StreamablereadFrom in class ReplicationRequest<ShardFlushRequest>java.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
StreamablewriteTo in interface StreamablewriteTo in interface WriteablewriteTo in class ReplicationRequest<ShardFlushRequest>java.io.IOExceptionpublic java.lang.String toString()
toString in class ReplicationRequest<ShardFlushRequest>