public class TransportDeleteRepositoryAction extends TransportMasterNodeOperationAction<DeleteRepositoryRequest,DeleteRepositoryResponse>
clusterService, transportServiceactionName, threadPoolcomponentSettings, logger, settings| Constructor and Description |
|---|
TransportDeleteRepositoryAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
RepositoriesService repositoriesService,
ThreadPool threadPool,
ActionFilters actionFilters) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
checkBlock(DeleteRepositoryRequest request,
ClusterState state) |
protected String |
executor() |
protected void |
masterOperation(DeleteRepositoryRequest request,
ClusterState state,
ActionListener<DeleteRepositoryResponse> listener) |
protected DeleteRepositoryRequest |
newRequest() |
protected DeleteRepositoryResponse |
newResponse() |
doExecute, forceThreadedListener, localExecute, processBeforeDelegationToMasterexecute, executenodeName@Inject public TransportDeleteRepositoryAction(Settings settings, TransportService transportService, ClusterService clusterService, RepositoriesService repositoriesService, ThreadPool threadPool, ActionFilters actionFilters)
protected String executor()
executor in class TransportMasterNodeOperationAction<DeleteRepositoryRequest,DeleteRepositoryResponse>protected DeleteRepositoryRequest newRequest()
newRequest in class TransportMasterNodeOperationAction<DeleteRepositoryRequest,DeleteRepositoryResponse>protected DeleteRepositoryResponse newResponse()
newResponse in class TransportMasterNodeOperationAction<DeleteRepositoryRequest,DeleteRepositoryResponse>protected ClusterBlockException checkBlock(DeleteRepositoryRequest request, ClusterState state)
checkBlock in class TransportMasterNodeOperationAction<DeleteRepositoryRequest,DeleteRepositoryResponse>protected void masterOperation(DeleteRepositoryRequest request, ClusterState state, ActionListener<DeleteRepositoryResponse> listener) throws ElasticsearchException
masterOperation in class TransportMasterNodeOperationAction<DeleteRepositoryRequest,DeleteRepositoryResponse>ElasticsearchExceptionCopyright © 2009–2016. All rights reserved.