public class TransportOpenIndexAction extends TransportMasterNodeAction<OpenIndexRequest,OpenIndexResponse>
clusterService, transportServiceactionName, indexNameExpressionResolver, parseFieldMatcher, taskManager, threadPooldeprecationLogger, logger, settings| コンストラクタと説明 |
|---|
TransportOpenIndexAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
MetaDataIndexStateService indexStateService,
NodeSettingsService nodeSettingsService,
ActionFilters actionFilters,
IndexNameExpressionResolver indexNameExpressionResolver,
DestructiveOperations destructiveOperations) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected ClusterBlockException |
checkBlock(OpenIndexRequest request,
ClusterState state) |
protected void |
doExecute(Task task,
OpenIndexRequest request,
ActionListener<OpenIndexResponse> listener) |
protected String |
executor() |
protected void |
masterOperation(OpenIndexRequest request,
ClusterState state,
ActionListener<OpenIndexResponse> listener) |
protected OpenIndexResponse |
newResponse() |
doExecute, localExecute, masterOperationexecute, execute, execute, executelogDeprecatedSetting, logRemovedSetting, nodeName@Inject public TransportOpenIndexAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetaDataIndexStateService indexStateService, NodeSettingsService nodeSettingsService, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, DestructiveOperations destructiveOperations)
protected String executor()
protected OpenIndexResponse newResponse()
protected void doExecute(Task task, OpenIndexRequest request, ActionListener<OpenIndexResponse> listener)
doExecute クラス内 TransportMasterNodeAction<OpenIndexRequest,OpenIndexResponse>protected ClusterBlockException checkBlock(OpenIndexRequest request, ClusterState state)
protected void masterOperation(OpenIndexRequest request, ClusterState state, ActionListener<OpenIndexResponse> listener)
Copyright © 2009–2016. All rights reserved.