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

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

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

Methods in org.elasticsearch.action.admin.indices.close that return CloseIndexRequestBuilder
 CloseIndexRequestBuilder CloseIndexAction.newRequestBuilder(IndicesAdminClient client)
           
 CloseIndexRequestBuilder CloseIndexRequestBuilder.setIndex(String index)
           
 CloseIndexRequestBuilder CloseIndexRequestBuilder.setMasterNodeTimeout(String timeout)
          Sets the master node timeout in case the master has not yet been discovered.
 CloseIndexRequestBuilder CloseIndexRequestBuilder.setMasterNodeTimeout(TimeValue timeout)
          Sets the master node timeout in case the master has not yet been discovered.
 CloseIndexRequestBuilder CloseIndexRequestBuilder.setTimeout(String timeout)
          Timeout to wait for the index deletion to be acknowledged by current cluster nodes.
 CloseIndexRequestBuilder CloseIndexRequestBuilder.setTimeout(TimeValue timeout)
          Timeout to wait for the operation to be acknowledged by current cluster nodes.
 

Uses of CloseIndexRequestBuilder in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return CloseIndexRequestBuilder
 CloseIndexRequestBuilder IndicesAdminClient.prepareClose(String index)
          Closes an index based on the index name.
 

Uses of CloseIndexRequestBuilder in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support that return CloseIndexRequestBuilder
 CloseIndexRequestBuilder AbstractIndicesAdminClient.prepareClose(String index)
           
 



Copyright © 2009-2012. All Rights Reserved.