Uses of Class
org.elasticsearch.action.admin.indices.optimize.OptimizeResponse

Packages that use OptimizeResponse
org.elasticsearch.action.admin.indices.optimize Optimize index/indices action. 
org.elasticsearch.client The client module allowing to easily perform actions/operations. 
org.elasticsearch.client.support   
 

Uses of OptimizeResponse in org.elasticsearch.action.admin.indices.optimize
 

Methods in org.elasticsearch.action.admin.indices.optimize that return OptimizeResponse
 OptimizeResponse OptimizeAction.newResponse()
           
protected  OptimizeResponse TransportOptimizeAction.newResponse(OptimizeRequest request, AtomicReferenceArray shardsResponses, ClusterState clusterState)
           
 

Method parameters in org.elasticsearch.action.admin.indices.optimize with type arguments of type OptimizeResponse
protected  void OptimizeRequestBuilder.doExecute(ActionListener<OptimizeResponse> listener)
           
 

Uses of OptimizeResponse in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return types with arguments of type OptimizeResponse
 ActionFuture<OptimizeResponse> IndicesAdminClient.optimize(OptimizeRequest request)
          Explicitly optimize one or more indices into a the number of segments.
 

Method parameters in org.elasticsearch.client with type arguments of type OptimizeResponse
 void IndicesAdminClient.optimize(OptimizeRequest request, ActionListener<OptimizeResponse> listener)
          Explicitly optimize one or more indices into a the number of segments.
 

Uses of OptimizeResponse in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support that return types with arguments of type OptimizeResponse
 ActionFuture<OptimizeResponse> AbstractIndicesAdminClient.optimize(OptimizeRequest request)
           
 

Method parameters in org.elasticsearch.client.support with type arguments of type OptimizeResponse
 void AbstractIndicesAdminClient.optimize(OptimizeRequest request, ActionListener<OptimizeResponse> listener)
           
 



Copyright © 2009-2012. All Rights Reserved.