public class GetIndexRequest extends ClusterInfoRequest<GetIndexRequest>
Requests.deleteIndexRequest(String).| Modifier and Type | Class and Description |
|---|---|
static class |
GetIndexRequest.Feature |
TransportRequest.EmptyIndicesRequest.ReplaceablelocalDEFAULT_MASTER_NODE_TIMEOUT, masterNodeTimeout| Constructor and Description |
|---|
GetIndexRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetIndexRequest |
addFeatures(GetIndexRequest.Feature... features) |
GetIndexRequest.Feature[] |
features() |
GetIndexRequest |
features(GetIndexRequest.Feature... features) |
boolean |
humanReadable() |
GetIndexRequest |
humanReadable(boolean humanReadable) |
void |
readFrom(StreamInput in)
Set this object's fields from a StreamInput.
|
ActionRequestValidationException |
validate() |
void |
writeTo(StreamOutput out)
Write this object's fields to a StreamOutput.
|
indices, indices, indicesOptions, indicesOptions, types, typeslocal, localmasterNodeTimeout, masterNodeTimeout, masterNodeTimeoutgetShouldStoreResultgetParentTask, setParentTaskremoteAddress, remoteAddressclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateTask, getDescription, setParentTaskpublic GetIndexRequest features(GetIndexRequest.Feature... features)
public GetIndexRequest addFeatures(GetIndexRequest.Feature... features)
public GetIndexRequest.Feature[] features()
public ActionRequestValidationException validate()
validate in class ActionRequestpublic GetIndexRequest humanReadable(boolean humanReadable)
public boolean humanReadable()
public void readFrom(StreamInput in) throws java.io.IOException
StreamablereadFrom in interface StreamablereadFrom in class ClusterInfoRequest<GetIndexRequest>java.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
StreamablewriteTo in interface StreamablewriteTo in class ClusterInfoRequest<GetIndexRequest>java.io.IOException