Uses of Class
org.elasticsearch.action.support.single.shard.SingleShardOperationRequest

Packages that use SingleShardOperationRequest
org.elasticsearch.action.explain Explain action. 
org.elasticsearch.action.get Get action. 
org.elasticsearch.action.support.single.shard   
 

Uses of SingleShardOperationRequest in org.elasticsearch.action.explain
 

Subclasses of SingleShardOperationRequest in org.elasticsearch.action.explain
 class ExplainRequest
          Explain request encapsulating the explain query and document identifier to get an explanation for.
 

Uses of SingleShardOperationRequest in org.elasticsearch.action.get
 

Subclasses of SingleShardOperationRequest in org.elasticsearch.action.get
 class GetRequest
          A request to get a document (its source) from an index based on its type (optional) and id.
 class MultiGetShardRequest
           
 

Uses of SingleShardOperationRequest in org.elasticsearch.action.support.single.shard
 

Classes in org.elasticsearch.action.support.single.shard with type parameters of type SingleShardOperationRequest
 class TransportShardSingleOperationAction<Request extends SingleShardOperationRequest,Response extends ActionResponse>
           
 

Methods in org.elasticsearch.action.support.single.shard that return SingleShardOperationRequest
 SingleShardOperationRequest SingleShardOperationRequest.listenerThreaded(boolean threadedListener)
           
 SingleShardOperationRequest SingleShardOperationRequest.operationThreaded(boolean threadedOperation)
          Controls if the operation will be executed on a separate thread when executed locally.
 



Copyright © 2009-2012. All Rights Reserved.