Uses of Class
org.elasticsearch.action.admin.indices.refresh.RefreshResponse

Packages that use RefreshResponse
org.elasticsearch.action.admin.indices.refresh Refresh index/indices action. 
org.elasticsearch.client The client module allowing to easily perform actions/operations. 
org.elasticsearch.client.support   
 

Uses of RefreshResponse in org.elasticsearch.action.admin.indices.refresh
 

Methods in org.elasticsearch.action.admin.indices.refresh that return RefreshResponse
 RefreshResponse RefreshAction.newResponse()
           
protected  RefreshResponse TransportRefreshAction.newResponse(RefreshRequest request, AtomicReferenceArray shardsResponses, ClusterState clusterState)
           
 

Method parameters in org.elasticsearch.action.admin.indices.refresh with type arguments of type RefreshResponse
protected  void RefreshRequestBuilder.doExecute(ActionListener<RefreshResponse> listener)
           
 

Uses of RefreshResponse in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return types with arguments of type RefreshResponse
 ActionFuture<RefreshResponse> IndicesAdminClient.refresh(RefreshRequest request)
          Explicitly refresh one or more indices (making the content indexed since the last refresh searchable).
 

Method parameters in org.elasticsearch.client with type arguments of type RefreshResponse
 void IndicesAdminClient.refresh(RefreshRequest request, ActionListener<RefreshResponse> listener)
          Explicitly refresh one or more indices (making the content indexed since the last refresh searchable).
 

Uses of RefreshResponse in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support that return types with arguments of type RefreshResponse
 ActionFuture<RefreshResponse> AbstractIndicesAdminClient.refresh(RefreshRequest request)
           
 

Method parameters in org.elasticsearch.client.support with type arguments of type RefreshResponse
 void AbstractIndicesAdminClient.refresh(RefreshRequest request, ActionListener<RefreshResponse> listener)
           
 



Copyright © 2009-2012. All Rights Reserved.