Uses of Class
org.elasticsearch.action.admin.indices.close.CloseIndexRequest

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

Uses of CloseIndexRequest in org.elasticsearch.action.admin.indices.close
 

Methods in org.elasticsearch.action.admin.indices.close that return CloseIndexRequest
 CloseIndexRequest CloseIndexRequest.index(String index)
           
protected  CloseIndexRequest TransportCloseIndexAction.newRequest()
           
 CloseIndexRequest CloseIndexRequest.timeout(String timeout)
          Timeout to wait for the index deletion to be acknowledged by current cluster nodes.
 CloseIndexRequest CloseIndexRequest.timeout(TimeValue timeout)
          Timeout to wait for the index deletion to be acknowledged by current cluster nodes.
 

Methods in org.elasticsearch.action.admin.indices.close with parameters of type CloseIndexRequest
protected  ClusterBlockException TransportCloseIndexAction.checkBlock(CloseIndexRequest request, ClusterState state)
           
protected  CloseIndexResponse TransportCloseIndexAction.masterOperation(CloseIndexRequest request, ClusterState state)
           
 

Uses of CloseIndexRequest in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return CloseIndexRequest
static CloseIndexRequest Requests.closeIndexRequest(String index)
          Creates a close index request.
 

Methods in org.elasticsearch.client with parameters of type CloseIndexRequest
 ActionFuture<CloseIndexResponse> IndicesAdminClient.close(CloseIndexRequest request)
          Closes an index based on the index name.
 void IndicesAdminClient.close(CloseIndexRequest request, ActionListener<CloseIndexResponse> listener)
          Closes an index based on the index name.
 

Uses of CloseIndexRequest in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support with parameters of type CloseIndexRequest
 ActionFuture<CloseIndexResponse> AbstractIndicesAdminClient.close(CloseIndexRequest request)
           
 void AbstractIndicesAdminClient.close(CloseIndexRequest request, ActionListener<CloseIndexResponse> listener)
           
 



Copyright © 2009-2012. All Rights Reserved.