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

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

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

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

Methods in org.elasticsearch.action.admin.indices.open with parameters of type OpenIndexRequest
protected  ClusterBlockException TransportOpenIndexAction.checkBlock(OpenIndexRequest request, ClusterState state)
           
protected  OpenIndexResponse TransportOpenIndexAction.masterOperation(OpenIndexRequest request, ClusterState state)
           
 

Uses of OpenIndexRequest in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return OpenIndexRequest
static OpenIndexRequest Requests.openIndexRequest(String index)
          Creates an open index request.
 

Methods in org.elasticsearch.client with parameters of type OpenIndexRequest
 ActionFuture<OpenIndexResponse> IndicesAdminClient.open(OpenIndexRequest request)
          OPen an index based on the index name.
 void IndicesAdminClient.open(OpenIndexRequest request, ActionListener<OpenIndexResponse> listener)
          Open an index based on the index name.
 

Uses of OpenIndexRequest in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support with parameters of type OpenIndexRequest
 ActionFuture<OpenIndexResponse> AbstractIndicesAdminClient.open(OpenIndexRequest request)
           
 void AbstractIndicesAdminClient.open(OpenIndexRequest request, ActionListener<OpenIndexResponse> listener)
           
 



Copyright © 2009-2012. All Rights Reserved.