public class TransportIndicesExistsAction extends TransportMasterNodeReadAction<IndicesExistsRequest,IndicesExistsResponse>
FORCE_LOCAL_SETTINGclusterService, transportServiceactionName, indexNameExpressionResolver, parseFieldMatcher, taskManager, threadPooldeprecationLogger, logger, settings| コンストラクタと説明 |
|---|
TransportIndicesExistsAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
ActionFilters actionFilters,
IndexNameExpressionResolver indexNameExpressionResolver) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected ClusterBlockException |
checkBlock(IndicesExistsRequest request,
ClusterState state) |
protected String |
executor() |
protected void |
masterOperation(IndicesExistsRequest request,
ClusterState state,
ActionListener<IndicesExistsResponse> listener) |
protected IndicesExistsResponse |
newResponse() |
localExecutedoExecute, doExecute, masterOperationexecute, execute, execute, executelogDeprecatedSetting, logRemovedSetting, nodeName@Inject public TransportIndicesExistsAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver)
protected String executor()
protected IndicesExistsResponse newResponse()
protected ClusterBlockException checkBlock(IndicesExistsRequest request, ClusterState state)
protected void masterOperation(IndicesExistsRequest request, ClusterState state, ActionListener<IndicesExistsResponse> listener)
Copyright © 2009–2016. All rights reserved.