public class ShardUpdateByQueryRequest
extends org.elasticsearch.action.support.replication.ShardReplicationOperationRequest
| Modifier and Type | Method and Description |
|---|---|
void |
beforeLocalFork() |
BulkResponseOption |
bulkResponseOptions() |
String[] |
filteringAliases() |
long |
nowInMillis() |
void |
readFrom(org.elasticsearch.common.io.stream.StreamInput in) |
int |
shardId() |
org.elasticsearch.common.bytes.BytesReference |
source() |
boolean |
sourceUnsafe() |
String |
targetNodeId() |
String[] |
types() |
org.elasticsearch.action.ActionRequestValidationException |
validate() |
void |
writeTo(org.elasticsearch.common.io.stream.StreamOutput out) |
canHaveDuplicates, consistencyLevel, consistencyLevel, index, index, indices, indicesOptions, operationThreaded, operationThreaded, replicationType, replicationType, replicationType, timeout, timeout, timeoutlistenerThreaded, listenerThreadedgetHeader, getHeaders, hasHeader, putHeader, remoteAddress, remoteAddresspublic String[] types()
public org.elasticsearch.common.bytes.BytesReference source()
public boolean sourceUnsafe()
public String[] filteringAliases()
public long nowInMillis()
public int shardId()
public String targetNodeId()
public BulkResponseOption bulkResponseOptions()
public void beforeLocalFork()
beforeLocalFork in class org.elasticsearch.action.support.replication.ShardReplicationOperationRequestpublic org.elasticsearch.action.ActionRequestValidationException validate()
validate in class org.elasticsearch.action.support.replication.ShardReplicationOperationRequestpublic void readFrom(org.elasticsearch.common.io.stream.StreamInput in)
throws IOException
readFrom in interface org.elasticsearch.common.io.stream.StreamablereadFrom in class org.elasticsearch.action.support.replication.ShardReplicationOperationRequestIOExceptionpublic void writeTo(org.elasticsearch.common.io.stream.StreamOutput out)
throws IOException
writeTo in interface org.elasticsearch.common.io.stream.StreamablewriteTo in class org.elasticsearch.action.support.replication.ShardReplicationOperationRequestIOExceptionCopyright © 2013-2015. All Rights Reserved.