Uses of Class
org.elasticsearch.action.admin.indices.flush.FlushRequestBuilder

Packages that use FlushRequestBuilder
org.elasticsearch.action.admin.indices.flush Flush index/indices action. 
org.elasticsearch.client The client module allowing to easily perform actions/operations. 
org.elasticsearch.client.support   
 

Uses of FlushRequestBuilder in org.elasticsearch.action.admin.indices.flush
 

Methods in org.elasticsearch.action.admin.indices.flush that return FlushRequestBuilder
 FlushRequestBuilder FlushAction.newRequestBuilder(IndicesAdminClient client)
           
 FlushRequestBuilder FlushRequestBuilder.setFull(boolean full)
           
 FlushRequestBuilder FlushRequestBuilder.setIgnoreIndices(IgnoreIndices ignoreIndices)
          Specifies what type of requested indices to ignore.
 FlushRequestBuilder FlushRequestBuilder.setIndices(String... indices)
           
 FlushRequestBuilder FlushRequestBuilder.setRefresh(boolean refresh)
           
 

Uses of FlushRequestBuilder in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return FlushRequestBuilder
 FlushRequestBuilder IndicesAdminClient.prepareFlush(String... indices)
          Explicitly flush one or more indices (releasing memory from the node).
 

Uses of FlushRequestBuilder in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support that return FlushRequestBuilder
 FlushRequestBuilder AbstractIndicesAdminClient.prepareFlush(String... indices)
           
 



Copyright © 2009-2012. All Rights Reserved.