Uses of Class
org.elasticsearch.action.percolate.PercolateRequest

Packages that use PercolateRequest
org.elasticsearch.action.percolate   
org.elasticsearch.client The client module allowing to easily perform actions/operations. 
org.elasticsearch.client.support   
org.elasticsearch.client.transport   
 

Uses of PercolateRequest in org.elasticsearch.action.percolate
 

Methods in org.elasticsearch.action.percolate that return PercolateRequest
 PercolateRequest PercolateRequest.index(String index)
           
protected  PercolateRequest TransportPercolateAction.newRequest()
           
 PercolateRequest PercolateRequest.preferLocal(boolean preferLocal)
          if this operation hits a node with a local relevant shard, should it be preferred to be executed on, or just do plain round robin.
 PercolateRequest PercolateRequest.source(byte[] source)
           
 PercolateRequest PercolateRequest.source(byte[] source, int offset, int length)
           
 PercolateRequest PercolateRequest.source(byte[] source, int offset, int length, boolean unsafe)
           
 PercolateRequest PercolateRequest.source(BytesReference source, boolean unsafe)
           
 PercolateRequest PercolateRequest.source(Map source)
           
 PercolateRequest PercolateRequest.source(Map source, XContentType contentType)
           
 PercolateRequest PercolateRequest.source(String source)
           
 PercolateRequest PercolateRequest.source(XContentBuilder sourceBuilder)
           
 PercolateRequest PercolateRequest.type(String type)
           
 

Methods in org.elasticsearch.action.percolate with parameters of type PercolateRequest
protected  ClusterBlockException TransportPercolateAction.checkGlobalBlock(ClusterState state, PercolateRequest request)
           
protected  ClusterBlockException TransportPercolateAction.checkRequestBlock(ClusterState state, PercolateRequest request)
           
protected  PercolateResponse TransportPercolateAction.shardOperation(PercolateRequest request, int shardId)
           
protected  ShardsIterator TransportPercolateAction.shards(ClusterState clusterState, PercolateRequest request)
           
 

Uses of PercolateRequest in org.elasticsearch.client
 

Methods in org.elasticsearch.client with parameters of type PercolateRequest
 ActionFuture<PercolateResponse> Client.percolate(PercolateRequest request)
          Percolates a request returning the matches documents.
 void Client.percolate(PercolateRequest request, ActionListener<PercolateResponse> listener)
          Percolates a request returning the matches documents.
 

Uses of PercolateRequest in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support with parameters of type PercolateRequest
 ActionFuture<PercolateResponse> AbstractClient.percolate(PercolateRequest request)
           
 void AbstractClient.percolate(PercolateRequest request, ActionListener<PercolateResponse> listener)
           
 

Uses of PercolateRequest in org.elasticsearch.client.transport
 

Methods in org.elasticsearch.client.transport with parameters of type PercolateRequest
 ActionFuture<PercolateResponse> TransportClient.percolate(PercolateRequest request)
           
 void TransportClient.percolate(PercolateRequest request, ActionListener<PercolateResponse> listener)
           
 



Copyright © 2009-2012. All Rights Reserved.