public class TransportBroadcastByNodeAction.NodeRequest extends ChildTaskRequest implements IndicesRequest
TransportRequest.EmptyIndicesRequest.Replaceable| Modifier and Type | Field and Description |
|---|---|
protected Request |
indicesLevelRequest |
headers| Constructor and Description |
|---|
TransportBroadcastByNodeAction.NodeRequest() |
TransportBroadcastByNodeAction.NodeRequest(String nodeId,
Request request,
List<ShardRouting> shards) |
| Modifier and Type | Method and Description |
|---|---|
String |
getNodeId() |
List<ShardRouting> |
getShards() |
String[] |
indices()
Returns the array of indices that the action relates to
|
IndicesOptions |
indicesOptions()
Returns the indices options used to resolve indices.
|
void |
readFrom(StreamInput in) |
void |
writeTo(StreamOutput out) |
createTask, createTask, setParentTaskgetDescriptionremoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putHeader, putInContextprotected Request extends BroadcastRequest indicesLevelRequest
public TransportBroadcastByNodeAction.NodeRequest()
public TransportBroadcastByNodeAction.NodeRequest(String nodeId, Request request, List<ShardRouting> shards)
public List<ShardRouting> getShards()
public String getNodeId()
public String[] indices()
IndicesRequestindices in interface IndicesRequestpublic IndicesOptions indicesOptions()
IndicesRequestindicesOptions in interface IndicesRequestpublic void readFrom(StreamInput in) throws IOException
readFrom in interface StreamablereadFrom in class ChildTaskRequestIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamablewriteTo in class ChildTaskRequestIOExceptionCopyright © 2009–2017. All rights reserved.