Uses of Class
org.elasticsearch.action.admin.indices.validate.query.ValidateQueryResponse

Packages that use ValidateQueryResponse
org.elasticsearch.action.admin.indices.validate.query Validate action. 
org.elasticsearch.client The client module allowing to easily perform actions/operations. 
org.elasticsearch.client.support   
 

Uses of ValidateQueryResponse in org.elasticsearch.action.admin.indices.validate.query
 

Methods in org.elasticsearch.action.admin.indices.validate.query that return ValidateQueryResponse
 ValidateQueryResponse ValidateQueryAction.newResponse()
           
protected  ValidateQueryResponse TransportValidateQueryAction.newResponse(ValidateQueryRequest request, AtomicReferenceArray shardsResponses, ClusterState clusterState)
           
 

Method parameters in org.elasticsearch.action.admin.indices.validate.query with type arguments of type ValidateQueryResponse
protected  void ValidateQueryRequestBuilder.doExecute(ActionListener<ValidateQueryResponse> listener)
           
 

Uses of ValidateQueryResponse in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return types with arguments of type ValidateQueryResponse
 ActionFuture<ValidateQueryResponse> IndicesAdminClient.validateQuery(ValidateQueryRequest request)
          Validate a query for correctness.
 

Method parameters in org.elasticsearch.client with type arguments of type ValidateQueryResponse
 void IndicesAdminClient.validateQuery(ValidateQueryRequest request, ActionListener<ValidateQueryResponse> listener)
          Validate a query for correctness.
 

Uses of ValidateQueryResponse in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support that return types with arguments of type ValidateQueryResponse
 ActionFuture<ValidateQueryResponse> AbstractIndicesAdminClient.validateQuery(ValidateQueryRequest request)
           
 

Method parameters in org.elasticsearch.client.support with type arguments of type ValidateQueryResponse
 void AbstractIndicesAdminClient.validateQuery(ValidateQueryRequest request, ActionListener<ValidateQueryResponse> listener)
           
 



Copyright © 2009-2012. All Rights Reserved.