public static class MappingUpdatedAction.MappingUpdatedRequest extends MasterNodeOperationRequest<MappingUpdatedAction .MappingUpdatedRequest > implements IndicesRequest
TransportRequest.Empty IndicesRequest.Replaceable DEFAULT_MASTER_NODE_TIMEOUT, masterNodeTimeoutheaders| Constructor and Description |
|---|
MappingUpdatedRequest(String
|
| 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.
|
CompressedString |
mappingSource()
|
String |
nodeId()
Returns null for not set.
|
long |
order()
Returns -1 if not set...
|
void |
readFrom(StreamInput
|
String |
toString()
|
String |
type()
|
ActionRequestValidationException |
validate()
|
void |
writeTo(StreamOutput
|
masterNodeTimeout, masterNodeTimeout, masterNodeTimeoutlistenerThreaded, listenerThreadedputHeader, remoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putInContextpublic MappingUpdatedRequest(Stringindex, String indexUUID, String type, CompressedString mappingSource, long order, String nodeId)
public Stringindex()
public IndicesOptionsindicesOptions()
IndicesRequest
public String[] indices()
IndicesRequest
public StringindexUUID()
public Stringtype()
public CompressedStringmappingSource()
public long order()
public StringnodeId()
public ActionRequestValidationExceptionvalidate()
public void readFrom(StreamInputin) throws IOException
readFrom in interface
Streamable
readFrom in class
MasterNodeOperationRequest<MappingUpdatedAction.MappingUpdatedRequest >
IOException
public void writeTo(StreamOutputout) throws IOException
writeTo in interface
Streamable
writeTo in class
MasterNodeOperationRequest<MappingUpdatedAction.MappingUpdatedRequest >
IOException
public StringtoString()