public class BulkShardRequest extends ShardReplicationOperationRequest<BulkShardRequest>
TransportRequest.Empty
IndicesRequest.Replaceable
DEFAULT_TIMEOUT, index, timeout
Modifier and Type | Method and Description |
---|---|
void |
beforeLocalFork()
Before we fork on a local thread, make sure we copy over the bytes if they are unsafe
|
String[] |
indices()
Returns the array of indices that the action relates to
|
void |
readFrom(StreamInput in) |
void |
writeTo(StreamOutput out) |
canHaveDuplicates, consistencyLevel, consistencyLevel, index, index, indicesOptions, operationThreaded, operationThreaded, replicationType, replicationType, replicationType, timeout, timeout, timeout, validate
listenerThreaded, listenerThreaded
getHeader, getHeaders, hasHeader, putHeader, remoteAddress, remoteAddress
contextSize, copyContextFrom, getContext, getFromContext, getFromContext, hasInContext, isContextEmpty, putAllInContext, putInContext
public String[] indices()
IndicesRequest
indices
in interface IndicesRequest
indices
in class ShardReplicationOperationRequest<BulkShardRequest>
public void beforeLocalFork()
beforeLocalFork
in class ShardReplicationOperationRequest<BulkShardRequest>
public void writeTo(StreamOutput out) throws IOException
writeTo
in interface Streamable
writeTo
in class ShardReplicationOperationRequest<BulkShardRequest>
IOException
public void readFrom(StreamInput in) throws IOException
readFrom
in interface Streamable
readFrom
in class ShardReplicationOperationRequest<BulkShardRequest>
IOException
Copyright © 2009–2015. All rights reserved.