public class TransportDeleteRiverStateAction extends org.elasticsearch.action.support.master.TransportMasterNodeOperationAction<DeleteRiverStateRequest,DeleteRiverStateResponse>
Constructor and Description |
---|
TransportDeleteRiverStateAction(org.elasticsearch.common.settings.Settings settings,
org.elasticsearch.threadpool.ThreadPool threadPool,
org.elasticsearch.cluster.ClusterService clusterService,
org.elasticsearch.transport.TransportService transportService,
org.elasticsearch.common.inject.Injector injector) |
Modifier and Type | Method and Description |
---|---|
protected org.elasticsearch.cluster.block.ClusterBlockException |
checkBlock(DeleteRiverStateRequest request,
org.elasticsearch.cluster.ClusterState state) |
protected String |
executor() |
protected void |
masterOperation(DeleteRiverStateRequest request,
org.elasticsearch.cluster.ClusterState state,
org.elasticsearch.action.ActionListener<DeleteRiverStateResponse> listener) |
protected DeleteRiverStateRequest |
newRequest() |
protected DeleteRiverStateResponse |
newResponse() |
@Inject public TransportDeleteRiverStateAction(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.cluster.ClusterService clusterService, org.elasticsearch.transport.TransportService transportService, org.elasticsearch.common.inject.Injector injector)
protected String executor()
executor
in class org.elasticsearch.action.support.master.TransportMasterNodeOperationAction<DeleteRiverStateRequest,DeleteRiverStateResponse>
protected DeleteRiverStateRequest newRequest()
newRequest
in class org.elasticsearch.action.support.master.TransportMasterNodeOperationAction<DeleteRiverStateRequest,DeleteRiverStateResponse>
protected DeleteRiverStateResponse newResponse()
newResponse
in class org.elasticsearch.action.support.master.TransportMasterNodeOperationAction<DeleteRiverStateRequest,DeleteRiverStateResponse>
protected org.elasticsearch.cluster.block.ClusterBlockException checkBlock(DeleteRiverStateRequest request, org.elasticsearch.cluster.ClusterState state)
checkBlock
in class org.elasticsearch.action.support.master.TransportMasterNodeOperationAction<DeleteRiverStateRequest,DeleteRiverStateResponse>
protected void masterOperation(DeleteRiverStateRequest request, org.elasticsearch.cluster.ClusterState state, org.elasticsearch.action.ActionListener<DeleteRiverStateResponse> listener) throws org.elasticsearch.ElasticsearchException
masterOperation
in class org.elasticsearch.action.support.master.TransportMasterNodeOperationAction<DeleteRiverStateRequest,DeleteRiverStateResponse>
org.elasticsearch.ElasticsearchException
elasticsearch-river-jdbc