public static class NodeMappingRefreshAction.NodeMappingRefreshRequest extends TransportRequest implements IndicesRequest
TransportRequest.EmptyIndicesRequest.Replaceableheaders| Constructor and Description |
|---|
NodeMappingRefreshAction.NodeMappingRefreshRequest() |
NodeMappingRefreshAction.NodeMappingRefreshRequest(String index,
String indexUUID,
String[] types,
String nodeId) |
| Modifier and Type | Method and Description |
|---|---|
String |
index() |
String |
indexUUID() |
String[] |
indices()
Returns the array of indices that the action relates to
|
IndicesOptions |
indicesOptions()
Returns the indices options used to resolve indices.
|
String |
nodeId() |
void |
readFrom(StreamInput in) |
String[] |
types() |
void |
writeTo(StreamOutput out) |
createTask, getDescriptionremoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putHeader, putInContextpublic NodeMappingRefreshAction.NodeMappingRefreshRequest()
public String[] indices()
IndicesRequestindices in interface IndicesRequestpublic IndicesOptions indicesOptions()
IndicesRequestindicesOptions in interface IndicesRequestpublic String index()
public String indexUUID()
public String[] types()
public String nodeId()
public void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamablewriteTo in class TransportMessage<TransportRequest>IOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom in interface StreamablereadFrom in class TransportMessage<TransportRequest>IOExceptionCopyright © 2009–2017. All rights reserved.