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