Uses of Class
org.elasticsearch.action.admin.indices.refresh.RefreshRequest

Packages that use RefreshRequest
org.elasticsearch.action.admin.indices.refresh Refresh index/indices action. 
org.elasticsearch.client The client module allowing to easily perform actions/operations. 
org.elasticsearch.client.support   
 

Uses of RefreshRequest in org.elasticsearch.action.admin.indices.refresh
 

Methods in org.elasticsearch.action.admin.indices.refresh that return RefreshRequest
 RefreshRequest RefreshRequest.listenerThreaded(boolean threadedListener)
          Should the listener be called on a separate thread if needed.
protected  RefreshRequest TransportRefreshAction.newRequest()
           
 RefreshRequest RefreshRequest.operationThreading(BroadcastOperationThreading operationThreading)
          Controls the operation threading model.
 RefreshRequest RefreshRequest.waitForOperations(boolean waitForOperations)
           
 

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

Uses of RefreshRequest in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return RefreshRequest
static RefreshRequest Requests.refreshRequest(String... indices)
          Creates a refresh indices request.
 

Methods in org.elasticsearch.client with parameters of type RefreshRequest
 ActionFuture<RefreshResponse> IndicesAdminClient.refresh(RefreshRequest request)
          Explicitly refresh one or more indices (making the content indexed since the last refresh searchable).
 void IndicesAdminClient.refresh(RefreshRequest request, ActionListener<RefreshResponse> listener)
          Explicitly refresh one or more indices (making the content indexed since the last refresh searchable).
 

Uses of RefreshRequest in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support with parameters of type RefreshRequest
 ActionFuture<RefreshResponse> AbstractIndicesAdminClient.refresh(RefreshRequest request)
           
 void AbstractIndicesAdminClient.refresh(RefreshRequest request, ActionListener<RefreshResponse> listener)
           
 



Copyright © 2009-2012. All Rights Reserved.