Uses of Class
org.elasticsearch.action.admin.indices.settings.UpdateSettingsResponse

Packages that use UpdateSettingsResponse
org.elasticsearch.action.admin.indices.settings   
org.elasticsearch.client The client module allowing to easily perform actions/operations. 
org.elasticsearch.client.support   
 

Uses of UpdateSettingsResponse in org.elasticsearch.action.admin.indices.settings
 

Methods in org.elasticsearch.action.admin.indices.settings that return UpdateSettingsResponse
protected  UpdateSettingsResponse TransportUpdateSettingsAction.masterOperation(UpdateSettingsRequest request, ClusterState state)
           
protected  UpdateSettingsResponse TransportUpdateSettingsAction.newResponse()
           
 UpdateSettingsResponse UpdateSettingsAction.newResponse()
           
 

Method parameters in org.elasticsearch.action.admin.indices.settings with type arguments of type UpdateSettingsResponse
protected  void UpdateSettingsRequestBuilder.doExecute(ActionListener<UpdateSettingsResponse> listener)
           
 

Uses of UpdateSettingsResponse in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return types with arguments of type UpdateSettingsResponse
 ActionFuture<UpdateSettingsResponse> IndicesAdminClient.updateSettings(UpdateSettingsRequest request)
          Updates settings of one or more indices.
 

Method parameters in org.elasticsearch.client with type arguments of type UpdateSettingsResponse
 void IndicesAdminClient.updateSettings(UpdateSettingsRequest request, ActionListener<UpdateSettingsResponse> listener)
          Updates settings of one or more indices.
 

Uses of UpdateSettingsResponse in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support that return types with arguments of type UpdateSettingsResponse
 ActionFuture<UpdateSettingsResponse> AbstractIndicesAdminClient.updateSettings(UpdateSettingsRequest request)
           
 

Method parameters in org.elasticsearch.client.support with type arguments of type UpdateSettingsResponse
 void AbstractIndicesAdminClient.updateSettings(UpdateSettingsRequest request, ActionListener<UpdateSettingsResponse> listener)
           
 



Copyright © 2009-2012. All Rights Reserved.