public static class TransportShardMultiPercolateAction.Request extends SingleShardOperationRequest implements IndicesRequest
TransportRequest.EmptyIndicesRequest.Replaceableindex, INDICES_OPTIONSheaders| 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() |
void |
writeTo(StreamOutput out) |
index, index, indicesOptions, operationThreaded, operationThreaded, validatelistenerThreaded, listenerThreadedputHeader, remoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putInContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitindicesOptionspublic String[] indices()
IndicesRequestindices in interface IndicesRequestindices in class SingleShardOperationRequestpublic 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 SingleShardOperationRequestIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamablewriteTo in class SingleShardOperationRequestIOExceptionCopyright © 2009–2016. All rights reserved.