public class TransportVerifyRepositoryAction extends TransportMasterNodeOperationAction<VerifyRepositoryRequest,VerifyRepositoryResponse>
Modifier and Type | Field and Description |
---|---|
protected ClusterName |
clusterName |
clusterService, transportService
actionName, threadPool
componentSettings, 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, processBeforeDelegationToMaster
execute, execute
nodeName
protected 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>
ElasticsearchException
Copyright © 2009–2015. All rights reserved.