public class TransportSuggestRefreshAction extends org.elasticsearch.action.support.broadcast.TransportBroadcastOperationAction<SuggestRefreshRequest,SuggestRefreshResponse,ShardSuggestRefreshRequest,ShardSuggestRefreshResponse>
| Constructor and Description |
|---|
TransportSuggestRefreshAction(org.elasticsearch.common.settings.Settings settings,
org.elasticsearch.threadpool.ThreadPool threadPool,
org.elasticsearch.cluster.ClusterService clusterService,
org.elasticsearch.transport.TransportService transportService,
org.elasticsearch.indices.IndicesService indicesService) |
| Modifier and Type | Method and Description |
|---|---|
protected org.elasticsearch.cluster.block.ClusterBlockException |
checkGlobalBlock(org.elasticsearch.cluster.ClusterState state,
SuggestRefreshRequest request) |
protected org.elasticsearch.cluster.block.ClusterBlockException |
checkRequestBlock(org.elasticsearch.cluster.ClusterState state,
SuggestRefreshRequest request,
String[] concreteIndices) |
protected String |
executor() |
protected SuggestRefreshRequest |
newRequest() |
protected SuggestRefreshResponse |
newResponse(SuggestRefreshRequest request,
AtomicReferenceArray shardsResponses,
org.elasticsearch.cluster.ClusterState clusterState) |
protected ShardSuggestRefreshRequest |
newShardRequest() |
protected ShardSuggestRefreshRequest |
newShardRequest(org.elasticsearch.cluster.routing.ShardRouting shard,
SuggestRefreshRequest request) |
protected ShardSuggestRefreshResponse |
newShardResponse() |
protected ShardSuggestRefreshResponse |
shardOperation(ShardSuggestRefreshRequest request) |
protected org.elasticsearch.cluster.routing.GroupShardsIterator |
shards(org.elasticsearch.cluster.ClusterState clusterState,
SuggestRefreshRequest request,
String[] concreteIndices) |
protected String |
transportAction() |
@Inject
public TransportSuggestRefreshAction(org.elasticsearch.common.settings.Settings settings,
org.elasticsearch.threadpool.ThreadPool threadPool,
org.elasticsearch.cluster.ClusterService clusterService,
org.elasticsearch.transport.TransportService transportService,
org.elasticsearch.indices.IndicesService indicesService)
protected String transportAction()
transportAction in class org.elasticsearch.action.support.broadcast.TransportBroadcastOperationAction<SuggestRefreshRequest,SuggestRefreshResponse,ShardSuggestRefreshRequest,ShardSuggestRefreshResponse>protected String executor()
executor in class org.elasticsearch.action.support.broadcast.TransportBroadcastOperationAction<SuggestRefreshRequest,SuggestRefreshResponse,ShardSuggestRefreshRequest,ShardSuggestRefreshResponse>protected SuggestRefreshRequest newRequest()
newRequest in class org.elasticsearch.action.support.broadcast.TransportBroadcastOperationAction<SuggestRefreshRequest,SuggestRefreshResponse,ShardSuggestRefreshRequest,ShardSuggestRefreshResponse>protected SuggestRefreshResponse newResponse(SuggestRefreshRequest request, AtomicReferenceArray shardsResponses, org.elasticsearch.cluster.ClusterState clusterState)
newResponse in class org.elasticsearch.action.support.broadcast.TransportBroadcastOperationAction<SuggestRefreshRequest,SuggestRefreshResponse,ShardSuggestRefreshRequest,ShardSuggestRefreshResponse>protected ShardSuggestRefreshRequest newShardRequest()
newShardRequest in class org.elasticsearch.action.support.broadcast.TransportBroadcastOperationAction<SuggestRefreshRequest,SuggestRefreshResponse,ShardSuggestRefreshRequest,ShardSuggestRefreshResponse>protected ShardSuggestRefreshRequest newShardRequest(org.elasticsearch.cluster.routing.ShardRouting shard, SuggestRefreshRequest request)
newShardRequest in class org.elasticsearch.action.support.broadcast.TransportBroadcastOperationAction<SuggestRefreshRequest,SuggestRefreshResponse,ShardSuggestRefreshRequest,ShardSuggestRefreshResponse>protected ShardSuggestRefreshResponse newShardResponse()
newShardResponse in class org.elasticsearch.action.support.broadcast.TransportBroadcastOperationAction<SuggestRefreshRequest,SuggestRefreshResponse,ShardSuggestRefreshRequest,ShardSuggestRefreshResponse>protected ShardSuggestRefreshResponse shardOperation(ShardSuggestRefreshRequest request) throws org.elasticsearch.ElasticSearchException
shardOperation in class org.elasticsearch.action.support.broadcast.TransportBroadcastOperationAction<SuggestRefreshRequest,SuggestRefreshResponse,ShardSuggestRefreshRequest,ShardSuggestRefreshResponse>org.elasticsearch.ElasticSearchExceptionprotected org.elasticsearch.cluster.routing.GroupShardsIterator shards(org.elasticsearch.cluster.ClusterState clusterState,
SuggestRefreshRequest request,
String[] concreteIndices)
shards in class org.elasticsearch.action.support.broadcast.TransportBroadcastOperationAction<SuggestRefreshRequest,SuggestRefreshResponse,ShardSuggestRefreshRequest,ShardSuggestRefreshResponse>protected org.elasticsearch.cluster.block.ClusterBlockException checkGlobalBlock(org.elasticsearch.cluster.ClusterState state,
SuggestRefreshRequest request)
checkGlobalBlock in class org.elasticsearch.action.support.broadcast.TransportBroadcastOperationAction<SuggestRefreshRequest,SuggestRefreshResponse,ShardSuggestRefreshRequest,ShardSuggestRefreshResponse>protected org.elasticsearch.cluster.block.ClusterBlockException checkRequestBlock(org.elasticsearch.cluster.ClusterState state,
SuggestRefreshRequest request,
String[] concreteIndices)
checkRequestBlock in class org.elasticsearch.action.support.broadcast.TransportBroadcastOperationAction<SuggestRefreshRequest,SuggestRefreshResponse,ShardSuggestRefreshRequest,ShardSuggestRefreshResponse>Copyright © 2011-2014. All Rights Reserved.