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