public class TransportExistsAction extends TransportBroadcastAction<ExistsRequest,ExistsResponse,ShardExistsRequest,org.elasticsearch.action.exists.ShardExistsResponse>
TransportBroadcastAction.AsyncBroadcastActionclusterService, transportServiceactionName, indexNameExpressionResolver, parseFieldMatcher, taskManager, threadPooldeprecationLogger, logger, settings| コンストラクタと説明 |
|---|
TransportExistsAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
ScriptService scriptService,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
ActionFilters actionFilters,
IndexNameExpressionResolver indexNameExpressionResolver) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected ClusterBlockException |
checkGlobalBlock(ClusterState state,
ExistsRequest request) |
protected ClusterBlockException |
checkRequestBlock(ClusterState state,
ExistsRequest countRequest,
String[] concreteIndices) |
protected void |
doExecute(Task task,
ExistsRequest request,
ActionListener<ExistsResponse> listener) |
protected ExistsResponse |
newResponse(ExistsRequest request,
AtomicReferenceArray shardsResponses,
ClusterState clusterState) |
protected ShardExistsRequest |
newShardRequest(int numShards,
ShardRouting shard,
ExistsRequest request) |
protected org.elasticsearch.action.exists.ShardExistsResponse |
newShardResponse() |
protected org.elasticsearch.action.exists.ShardExistsResponse |
shardOperation(ShardExistsRequest request) |
protected GroupShardsIterator |
shards(ClusterState clusterState,
ExistsRequest request,
String[] concreteIndices)
Determines the shards this operation will be executed on.
|
doExecute, shardOperationexecute, execute, execute, executelogDeprecatedSetting, logRemovedSetting, nodeName@Inject public TransportExistsAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService, ScriptService scriptService, PageCacheRecycler pageCacheRecycler, BigArrays bigArrays, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver)
protected void doExecute(Task task, ExistsRequest request, ActionListener<ExistsResponse> listener)
doExecute クラス内 TransportBroadcastAction<ExistsRequest,ExistsResponse,ShardExistsRequest,org.elasticsearch.action.exists.ShardExistsResponse>protected ShardExistsRequest newShardRequest(int numShards, ShardRouting shard, ExistsRequest request)
newShardRequest クラス内 TransportBroadcastAction<ExistsRequest,ExistsResponse,ShardExistsRequest,org.elasticsearch.action.exists.ShardExistsResponse>protected org.elasticsearch.action.exists.ShardExistsResponse newShardResponse()
newShardResponse クラス内 TransportBroadcastAction<ExistsRequest,ExistsResponse,ShardExistsRequest,org.elasticsearch.action.exists.ShardExistsResponse>protected GroupShardsIterator shards(ClusterState clusterState, ExistsRequest request, String[] concreteIndices)
TransportBroadcastActionshards クラス内 TransportBroadcastAction<ExistsRequest,ExistsResponse,ShardExistsRequest,org.elasticsearch.action.exists.ShardExistsResponse>protected ClusterBlockException checkGlobalBlock(ClusterState state, ExistsRequest request)
checkGlobalBlock クラス内 TransportBroadcastAction<ExistsRequest,ExistsResponse,ShardExistsRequest,org.elasticsearch.action.exists.ShardExistsResponse>protected ClusterBlockException checkRequestBlock(ClusterState state, ExistsRequest countRequest, String[] concreteIndices)
checkRequestBlock クラス内 TransportBroadcastAction<ExistsRequest,ExistsResponse,ShardExistsRequest,org.elasticsearch.action.exists.ShardExistsResponse>protected ExistsResponse newResponse(ExistsRequest request, AtomicReferenceArray shardsResponses, ClusterState clusterState)
newResponse クラス内 TransportBroadcastAction<ExistsRequest,ExistsResponse,ShardExistsRequest,org.elasticsearch.action.exists.ShardExistsResponse>protected org.elasticsearch.action.exists.ShardExistsResponse shardOperation(ShardExistsRequest request)
shardOperation クラス内 TransportBroadcastAction<ExistsRequest,ExistsResponse,ShardExistsRequest,org.elasticsearch.action.exists.ShardExistsResponse>Copyright © 2009–2016. All rights reserved.