IndicesRequest, Streamable, Writeable, TaskAwareRequestpublic class GetFieldMappingsIndexRequest extends SingleShardRequest<GetFieldMappingsIndexRequest>
IndicesRequest.ReplaceableTransportRequest.EmptyWriteable.Reader<V>, Writeable.Writer<V>index, INDICES_OPTIONS| Constructor | Description |
|---|---|
GetFieldMappingsIndexRequest() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String[] |
fields() |
|
boolean |
includeDefaults() |
|
java.lang.String[] |
indices() |
Returns the array of indices that the action relates to
|
IndicesOptions |
indicesOptions() |
Returns the indices options used to resolve indices.
|
boolean |
probablySingleFieldRequest() |
|
void |
readFrom(StreamInput in) |
Set this object's fields from a StreamInput.
|
java.lang.String[] |
types() |
|
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, validateNonNullIndexnewWriteableReadercreateTask, getDescription, setParentTaskremoteAddress, remoteAddressgetParentTask, setParentTaskpublic ActionRequestValidationException validate()
validate in class ActionRequestpublic java.lang.String[] types()
public java.lang.String[] fields()
public boolean probablySingleFieldRequest()
public boolean includeDefaults()
public java.lang.String[] indices()
IndicesRequestindices in interface IndicesRequestindices in class SingleShardRequest<GetFieldMappingsIndexRequest>public IndicesOptions indicesOptions()
IndicesRequestindicesOptions in interface IndicesRequestindicesOptions in class SingleShardRequest<GetFieldMappingsIndexRequest>public void writeTo(StreamOutput out) throws java.io.IOException
StreamablewriteTo in interface StreamablewriteTo in interface WriteablewriteTo in class SingleShardRequest<GetFieldMappingsIndexRequest>java.io.IOExceptionpublic void readFrom(StreamInput in) throws java.io.IOException
StreamablereadFrom in interface StreamablereadFrom in class SingleShardRequest<GetFieldMappingsIndexRequest>java.io.IOException