@Deprecated public class ShardDeleteByQueryRequest extends ShardReplicationOperationRequest<ShardDeleteByQueryRequest>
TransportRequest.Empty
IndicesRequest.Replaceable
DEFAULT_TIMEOUT, index, timeout
headers
Modifier and Type | Method and Description |
---|---|
String[] |
filteringAliases()
Deprecated.
|
String[] |
indices()
Deprecated.
Returns the array of indices that the action relates to
|
IndicesOptions |
indicesOptions()
Deprecated.
Returns the indices options used to resolve indices.
|
void |
readFrom(StreamInput in)
Deprecated.
|
Set<String> |
routing()
Deprecated.
|
int |
shardId()
Deprecated.
|
String |
toString()
Deprecated.
|
String[] |
types()
Deprecated.
|
ActionRequestValidationException |
validate()
Deprecated.
|
void |
writeTo(StreamOutput out)
Deprecated.
|
canHaveDuplicates, consistencyLevel, consistencyLevel, index, index, operationThreaded, operationThreaded, replicationType, replicationType, replicationType, timeout, timeout, timeout
listenerThreaded, listenerThreaded
putHeader, remoteAddress, remoteAddress
contextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putInContext
public ActionRequestValidationException validate()
validate
in class ShardReplicationOperationRequest<ShardDeleteByQueryRequest>
public int shardId()
public String[] types()
public String[] filteringAliases()
public String[] indices()
IndicesRequest
indices
in interface IndicesRequest
indices
in class ShardReplicationOperationRequest<ShardDeleteByQueryRequest>
public IndicesOptions indicesOptions()
IndicesRequest
indicesOptions
in interface IndicesRequest
indicesOptions
in class ShardReplicationOperationRequest<ShardDeleteByQueryRequest>
public void readFrom(StreamInput in) throws IOException
readFrom
in interface Streamable
readFrom
in class ShardReplicationOperationRequest<ShardDeleteByQueryRequest>
IOException
public void writeTo(StreamOutput out) throws IOException
writeTo
in interface Streamable
writeTo
in class ShardReplicationOperationRequest<ShardDeleteByQueryRequest>
IOException
Copyright © 2009–2016. All rights reserved.