Uses of Class
org.elasticsearch.action.support.single.custom.SingleCustomOperationRequest

Packages that use SingleCustomOperationRequest
org.elasticsearch.action.admin.indices.analyze   
org.elasticsearch.action.percolate   
org.elasticsearch.action.support.single.custom   
 

Uses of SingleCustomOperationRequest in org.elasticsearch.action.admin.indices.analyze
 

Subclasses of SingleCustomOperationRequest in org.elasticsearch.action.admin.indices.analyze
 class AnalyzeRequest
          A request to analyze a text associated with a specific index.
 

Uses of SingleCustomOperationRequest in org.elasticsearch.action.percolate
 

Subclasses of SingleCustomOperationRequest in org.elasticsearch.action.percolate
 class PercolateRequest
           
 

Uses of SingleCustomOperationRequest in org.elasticsearch.action.support.single.custom
 

Classes in org.elasticsearch.action.support.single.custom with type parameters of type SingleCustomOperationRequest
 class TransportSingleCustomOperationAction<Request extends SingleCustomOperationRequest,Response extends ActionResponse>
           
 

Methods in org.elasticsearch.action.support.single.custom that return SingleCustomOperationRequest
 SingleCustomOperationRequest SingleCustomOperationRequest.listenerThreaded(boolean threadedListener)
           
 SingleCustomOperationRequest SingleCustomOperationRequest.operationThreaded(boolean threadedOperation)
          Controls if the operation will be executed on a separate thread when executed locally.
 SingleCustomOperationRequest SingleCustomOperationRequest.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.
 



Copyright © 2009-2012. All Rights Reserved.