public class ShardDeleteRequest extends ShardReplicationOperationRequest<ShardDeleteRequest>
TransportRequest.EmptyIndicesRequest.ReplaceableDEFAULT_TIMEOUT, index, timeoutheaders| Modifier and Type | Method and Description |
|---|---|
String |
id() |
String[] |
indices()
Returns the array of indices that the action relates to
|
void |
readFrom(StreamInput in) |
boolean |
refresh() |
int |
shardId() |
String |
type() |
ActionRequestValidationException |
validate() |
long |
version() |
void |
version(long version) |
void |
writeTo(StreamOutput out) |
canHaveDuplicates, consistencyLevel, consistencyLevel, index, index, indicesOptions, operationThreaded, operationThreaded, replicationType, replicationType, replicationType, timeout, timeout, timeoutlistenerThreaded, listenerThreadedputHeader, remoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putInContextpublic ActionRequestValidationException validate()
validate in class ShardReplicationOperationRequest<ShardDeleteRequest>public int shardId()
public String type()
public String id()
public boolean refresh()
public void version(long version)
public long version()
public String[] indices()
IndicesRequestindices in interface IndicesRequestindices in class ShardReplicationOperationRequest<ShardDeleteRequest>public void readFrom(StreamInput in) throws IOException
readFrom in interface StreamablereadFrom in class ShardReplicationOperationRequest<ShardDeleteRequest>IOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamablewriteTo in class ShardReplicationOperationRequest<ShardDeleteRequest>IOExceptionCopyright © 2009–2016. All rights reserved.