public static class TransportShardMultiPercolateAction.Request extends SingleShardOperationRequest implements IndicesRequest
TransportRequest.Empty
IndicesRequest.Replaceable
index, INDICES_OPTIONS
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) |
beforeLocalFork, index, index, indicesOptions, operationThreaded, operationThreaded, validate
listenerThreaded, listenerThreaded
getHeader, getHeaders, hasHeader, putHeader, remoteAddress, remoteAddress
contextSize, copyContextFrom, getContext, getFromContext, getFromContext, hasInContext, isContextEmpty, putAllInContext, putInContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
indicesOptions
public String[] indices()
IndicesRequest
indices
in interface IndicesRequest
indices
in class SingleShardOperationRequest
public 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 Streamable
readFrom
in class SingleShardOperationRequest
IOException
public void writeTo(StreamOutput out) throws IOException
writeTo
in interface Streamable
writeTo
in class SingleShardOperationRequest
IOException
Copyright © 2009–2015. All rights reserved.