public class GetFieldMappingsIndexRequest extends SingleShardRequest<GetFieldMappingsIndexRequest>
TransportRequest.EmptyIndicesRequest.Replaceableindex, INDICES_OPTIONSheaders| Constructor and Description |
|---|
GetFieldMappingsIndexRequest() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
fields() |
boolean |
includeDefaults() |
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) |
String[] |
types() |
ActionRequestValidationException |
validate() |
void |
writeTo(StreamOutput out) |
index, index, operationThreaded, operationThreaded, validateNonNullIndexcreateTask, getDescriptionremoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putHeader, putInContextpublic ActionRequestValidationException validate()
validate in class ActionRequest<GetFieldMappingsIndexRequest>public String[] types()
public String[] fields()
public boolean probablySingleFieldRequest()
public boolean includeDefaults()
public 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 IOException
writeTo in interface StreamablewriteTo in class SingleShardRequest<GetFieldMappingsIndexRequest>IOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom in interface StreamablereadFrom in class SingleShardRequest<GetFieldMappingsIndexRequest>IOExceptionCopyright © 2009–2017. All rights reserved.