Uses of Class
org.elasticsearch.action.admin.indices.optimize.OptimizeRequestBuilder

Packages that use OptimizeRequestBuilder
org.elasticsearch.action.admin.indices.optimize Optimize index/indices action. 
org.elasticsearch.client The client module allowing to easily perform actions/operations. 
org.elasticsearch.client.support   
 

Uses of OptimizeRequestBuilder in org.elasticsearch.action.admin.indices.optimize
 

Methods in org.elasticsearch.action.admin.indices.optimize that return OptimizeRequestBuilder
 OptimizeRequestBuilder OptimizeAction.newRequestBuilder(IndicesAdminClient client)
           
 OptimizeRequestBuilder OptimizeRequestBuilder.setFlush(boolean flush)
          Should flush be performed after the optimization.
 OptimizeRequestBuilder OptimizeRequestBuilder.setIgnoreIndices(IgnoreIndices ignoreIndices)
          Specifies what type of requested indices to ignore.
 OptimizeRequestBuilder OptimizeRequestBuilder.setIndices(String... indices)
           
 OptimizeRequestBuilder OptimizeRequestBuilder.setListenerThreaded(boolean threadedListener)
          Should the listener be called on a separate thread if needed.
 OptimizeRequestBuilder OptimizeRequestBuilder.setMaxNumSegments(int maxNumSegments)
          Will optimize the index down to <= maxNumSegments.
 OptimizeRequestBuilder OptimizeRequestBuilder.setOnlyExpungeDeletes(boolean onlyExpungeDeletes)
          Should the optimization only expunge deletes from the index, without full optimization.
 OptimizeRequestBuilder OptimizeRequestBuilder.setOperationThreading(BroadcastOperationThreading operationThreading)
          Controls the operation threading model.
 OptimizeRequestBuilder OptimizeRequestBuilder.setRefresh(boolean refresh)
          Should refresh be performed after the optimization.
 OptimizeRequestBuilder OptimizeRequestBuilder.setWaitForMerge(boolean waitForMerge)
          Should the call block until the optimize completes.
 

Uses of OptimizeRequestBuilder in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return OptimizeRequestBuilder
 OptimizeRequestBuilder IndicesAdminClient.prepareOptimize(String... indices)
          Explicitly optimize one or more indices into a the number of segments.
 

Uses of OptimizeRequestBuilder in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support that return OptimizeRequestBuilder
 OptimizeRequestBuilder AbstractIndicesAdminClient.prepareOptimize(String... indices)
           
 



Copyright © 2009-2012. All Rights Reserved.