IndicesRequest, Streamable, Writeable, TaskAwareRequestpublic class FieldCapabilitiesIndexRequest extends SingleShardRequest<FieldCapabilitiesIndexRequest>
IndicesRequest.ReplaceableTransportRequest.EmptyWriteable.Reader<V>, Writeable.Writer<V>index, INDICES_OPTIONS| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String[] |
fields() |
|
java.lang.String[] |
indices() |
Returns the array of indices that the action relates to
|
IndicesOptions |
indicesOptions() |
Returns the indices options used to resolve indices.
|
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.
|
getShouldStoreResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitindex, index, validateNonNullIndexcreateTask, getDescription, setParentTaskremoteAddress, remoteAddressgetParentTask, setParentTaskpublic java.lang.String[] fields()
public java.lang.String[] indices()
IndicesRequestindices in interface IndicesRequestindices in class SingleShardRequest<FieldCapabilitiesIndexRequest>public IndicesOptions indicesOptions()
IndicesRequestindicesOptions in interface IndicesRequestindicesOptions in class SingleShardRequest<FieldCapabilitiesIndexRequest>public void readFrom(StreamInput in) throws java.io.IOException
StreamablereadFrom in interface StreamablereadFrom in class SingleShardRequest<FieldCapabilitiesIndexRequest>java.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
StreamablewriteTo in interface StreamablewriteTo in interface WriteablewriteTo in class SingleShardRequest<FieldCapabilitiesIndexRequest>java.io.IOExceptionpublic ActionRequestValidationException validate()
validate in class ActionRequest