Uses of Class
org.elasticsearch.action.admin.indices.open.OpenIndexRequestBuilder

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

Uses of OpenIndexRequestBuilder in org.elasticsearch.action.admin.indices.open
 

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

Uses of OpenIndexRequestBuilder in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return OpenIndexRequestBuilder
 OpenIndexRequestBuilder IndicesAdminClient.prepareOpen(String index)
          Opens an index based on the index name.
 

Uses of OpenIndexRequestBuilder in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support that return OpenIndexRequestBuilder
 OpenIndexRequestBuilder AbstractIndicesAdminClient.prepareOpen(String index)
           
 



Copyright © 2009-2012. All Rights Reserved.