public abstract class BroadcastShardOperationRequest extends TransportRequest implements IndicesRequest
TransportRequest.EmptyIndicesRequest.Replaceable| Modifier and Type | Field and Description |
|---|---|
protected OriginalIndices |
originalIndices |
headers| Modifier | Constructor and Description |
|---|---|
protected |
BroadcastShardOperationRequest() |
protected |
BroadcastShardOperationRequest(ShardId shardId,
BroadcastOperationRequest request) |
protected |
BroadcastShardOperationRequest(ShardId shardId,
OriginalIndices originalIndices) |
| Modifier and Type | Method and Description |
|---|---|
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) |
ShardId |
shardId() |
void |
writeTo(StreamOutput out) |
putHeader, remoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putInContextprotected OriginalIndices originalIndices
protected BroadcastShardOperationRequest()
protected BroadcastShardOperationRequest(ShardId shardId, BroadcastOperationRequest request)
protected BroadcastShardOperationRequest(ShardId shardId, OriginalIndices originalIndices)
public ShardId shardId()
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 TransportMessage<TransportRequest>IOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamablewriteTo in class TransportMessage<TransportRequest>IOExceptionCopyright © 2009–2016. All rights reserved.