public static class TransportShardMultiPercolateAction.Request extends SingleShardRequest implements IndicesRequest
TransportRequest.EmptyIndicesRequest.Replaceableindex, INDICES_OPTIONSheaders| Constructor and Description |
|---|
TransportShardMultiPercolateAction.Request() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(org.elasticsearch.action.percolate.TransportShardMultiPercolateAction.Request.Item item) |
String[] |
indices()
Returns the array of indices that the action relates to
|
List<org.elasticsearch.action.percolate.TransportShardMultiPercolateAction.Request.Item> |
items() |
void |
readFrom(StreamInput in) |
int |
shardId() |
ActionRequestValidationException |
validate() |
void |
writeTo(StreamOutput out) |
index, index, indicesOptions, operationThreaded, operationThreaded, validateNonNullIndexcreateTask, getDescriptionremoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putHeader, putInContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitindicesOptionspublic TransportShardMultiPercolateAction.Request()
public ActionRequestValidationException validate()
validate in class ActionRequestpublic String[] indices()
IndicesRequestindices in interface IndicesRequestindices in class SingleShardRequestpublic int shardId()
public void add(org.elasticsearch.action.percolate.TransportShardMultiPercolateAction.Request.Item item)
public List<org.elasticsearch.action.percolate.TransportShardMultiPercolateAction.Request.Item> items()
public void readFrom(StreamInput in) throws IOException
readFrom in interface StreamablereadFrom in class SingleShardRequestIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamablewriteTo in class SingleShardRequestIOExceptionCopyright © 2009–2017. All rights reserved.