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

Packages that use FlushRequest
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 FlushRequest in org.elasticsearch.action.admin.indices.flush
 

Methods in org.elasticsearch.action.admin.indices.flush that return FlushRequest
 FlushRequest FlushRequest.force(boolean force)
          Force flushing, even if one is possibly not needed.
 FlushRequest FlushRequest.full(boolean full)
          Should a "full" flush be performed.
 FlushRequest FlushRequest.listenerThreaded(boolean threadedListener)
          Should the listener be called on a separate thread if needed.
protected  FlushRequest TransportFlushAction.newRequest()
           
 FlushRequest FlushRequest.operationThreading(BroadcastOperationThreading operationThreading)
          Controls the operation threading model.
 FlushRequest FlushRequest.refresh(boolean refresh)
          Should a refresh be performed once the flush is done.
 

Methods in org.elasticsearch.action.admin.indices.flush with parameters of type FlushRequest
protected  ClusterBlockException TransportFlushAction.checkGlobalBlock(ClusterState state, FlushRequest request)
           
protected  ClusterBlockException TransportFlushAction.checkRequestBlock(ClusterState state, FlushRequest countRequest, String[] concreteIndices)
           
protected  FlushResponse TransportFlushAction.newResponse(FlushRequest request, AtomicReferenceArray shardsResponses, ClusterState clusterState)
           
protected  org.elasticsearch.action.admin.indices.flush.ShardFlushRequest TransportFlushAction.newShardRequest(ShardRouting shard, FlushRequest request)
           
protected  GroupShardsIterator TransportFlushAction.shards(ClusterState clusterState, FlushRequest request, String[] concreteIndices)
          The refresh request works against *all* shards.
 

Uses of FlushRequest in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return FlushRequest
static FlushRequest Requests.flushRequest(String... indices)
          Creates a flush indices request.
 

Methods in org.elasticsearch.client with parameters of type FlushRequest
 ActionFuture<FlushResponse> IndicesAdminClient.flush(FlushRequest request)
          Explicitly flush one or more indices (releasing memory from the node).
 void IndicesAdminClient.flush(FlushRequest request, ActionListener<FlushResponse> listener)
          Explicitly flush one or more indices (releasing memory from the node).
 

Uses of FlushRequest in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support with parameters of type FlushRequest
 ActionFuture<FlushResponse> AbstractIndicesAdminClient.flush(FlushRequest request)
           
 void AbstractIndicesAdminClient.flush(FlushRequest request, ActionListener<FlushResponse> listener)
           
 



Copyright © 2009-2012. All Rights Reserved.