IndicesRequest, IndicesRequest.Replaceable, Streamable, Writeable, TaskAwareRequestpublic class IndicesSegmentsRequest extends BroadcastRequest<IndicesSegmentsRequest>
IndicesRequest.ReplaceableTransportRequest.EmptyWriteable.Reader<V>, Writeable.Writer<V>| Modifier and Type | Field | Description |
|---|---|---|
protected boolean |
verbose |
indices| Constructor | Description |
|---|---|
IndicesSegmentsRequest() |
|
IndicesSegmentsRequest(java.lang.String... indices) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
readFrom(StreamInput in) |
Set this object's fields from a StreamInput.
|
boolean |
verbose() |
true if detailed information about each segment should be returned,
false otherwise. |
void |
verbose(boolean v) |
Sets the
verbose option. |
void |
writeTo(StreamOutput out) |
Write this object's fields to a StreamOutput.
|
getShouldStoreResultindices, indices, indicesOptions, indicesOptions, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateTask, getDescription, setParentTaskremoteAddress, remoteAddressgetParentTask, setParentTaskpublic IndicesSegmentsRequest()
public IndicesSegmentsRequest(java.lang.String... indices)
public boolean verbose()
true if detailed information about each segment should be returned,
false otherwise.public void verbose(boolean v)
verbose option.verbose()public void writeTo(StreamOutput out) throws java.io.IOException
StreamablewriteTo in interface StreamablewriteTo in interface WriteablewriteTo in class BroadcastRequest<IndicesSegmentsRequest>java.io.IOExceptionpublic void readFrom(StreamInput in) throws java.io.IOException
StreamablereadFrom in interface StreamablereadFrom in class BroadcastRequest<IndicesSegmentsRequest>java.io.IOException