public class FieldCapabilitiesIndexRequest extends SingleShardRequest<FieldCapabilitiesIndexRequest>
TransportRequest.EmptyIndicesRequest.Replaceableindex, INDICES_OPTIONS| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
fields() |
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.
|
index, index, indices, indicesOptions, operationThreaded, operationThreaded, validateNonNullIndexgetShouldStoreResultgetParentTask, setParentTaskremoteAddress, remoteAddressclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateTask, getDescription, setParentTaskpublic java.lang.String[] fields()
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 class SingleShardRequest<FieldCapabilitiesIndexRequest>java.io.IOExceptionpublic ActionRequestValidationException validate()
validate in class ActionRequest