public class ShardDeleteRequest extends ShardReplicationOperationRequest<ShardDeleteRequest >
TransportRequest.Empty IndicesRequest.Replaceable DEFAULT_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
|
boolean |
refresh()
|
int |
shardId()
|
String |
type()
|
ActionRequestValidationException |
validate()
|
long |
version()
|
void |
version(long version)
|
void |
writeTo(StreamOutput
|
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 ActionRequestValidationExceptionvalidate()
public int shardId()
public Stringtype()
public Stringid()
public boolean refresh()
public void version(long version)
public long version()
public String[] indices()
IndicesRequest
public void readFrom(StreamInputin) throws IOException
readFrom in interface
Streamable
readFrom in class
ShardReplicationOperationRequest<ShardDeleteRequest>
IOException
public void writeTo(StreamOutputout) throws IOException
writeTo in interface
Streamable
writeTo in class
ShardReplicationOperationRequest<ShardDeleteRequest>
IOException