Class TransportDestinationConfigUpdateAction
- java.lang.Object
-
- org.elasticsearch.action.support.TransportAction<Request,Response>
-
- org.elasticsearch.action.support.HandledTransportAction<NodesRequest,NodesResponse>
-
- org.elasticsearch.action.support.nodes.TransportNodesAction<DestinationConfigUpdateRequest,DestinationConfigUpdateResponse,TransportDestinationConfigUpdateAction.NodeRequest,TransportDestinationConfigUpdateAction.NodeResponse>
-
- com.floragunn.signals.actions.account.config_update.TransportDestinationConfigUpdateAction
-
public class TransportDestinationConfigUpdateAction extends org.elasticsearch.action.support.nodes.TransportNodesAction<DestinationConfigUpdateRequest,DestinationConfigUpdateResponse,TransportDestinationConfigUpdateAction.NodeRequest,TransportDestinationConfigUpdateAction.NodeResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTransportDestinationConfigUpdateAction.NodeRequeststatic classTransportDestinationConfigUpdateAction.NodeResponse
-
Constructor Summary
Constructors Constructor Description TransportDestinationConfigUpdateAction(Signals signals, org.elasticsearch.common.settings.Settings settings, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.cluster.service.ClusterService clusterService, org.elasticsearch.transport.TransportService transportService, org.elasticsearch.action.support.ActionFilters actionFilters, org.elasticsearch.client.Client client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TransportDestinationConfigUpdateAction.NodeRequestnewNodeRequest(DestinationConfigUpdateRequest request)protected TransportDestinationConfigUpdateAction.NodeResponsenewNodeResponse(org.elasticsearch.common.io.stream.StreamInput in)protected DestinationConfigUpdateResponsenewResponse(DestinationConfigUpdateRequest request, List<TransportDestinationConfigUpdateAction.NodeResponse> responses, List<org.elasticsearch.action.FailedNodeException> failures)protected TransportDestinationConfigUpdateAction.NodeResponsenodeOperation(TransportDestinationConfigUpdateAction.NodeRequest request)-
Methods inherited from class org.elasticsearch.action.support.nodes.TransportNodesAction
doExecute, getTransportNodeAction, newResponse, nodeOperation, resolveRequest
-
-
-
-
Constructor Detail
-
TransportDestinationConfigUpdateAction
@Inject public TransportDestinationConfigUpdateAction(Signals signals, org.elasticsearch.common.settings.Settings settings, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.cluster.service.ClusterService clusterService, org.elasticsearch.transport.TransportService transportService, org.elasticsearch.action.support.ActionFilters actionFilters, org.elasticsearch.client.Client client)
-
-
Method Detail
-
newResponse
protected DestinationConfigUpdateResponse newResponse(DestinationConfigUpdateRequest request, List<TransportDestinationConfigUpdateAction.NodeResponse> responses, List<org.elasticsearch.action.FailedNodeException> failures)
- Specified by:
newResponsein classorg.elasticsearch.action.support.nodes.TransportNodesAction<DestinationConfigUpdateRequest,DestinationConfigUpdateResponse,TransportDestinationConfigUpdateAction.NodeRequest,TransportDestinationConfigUpdateAction.NodeResponse>
-
nodeOperation
protected TransportDestinationConfigUpdateAction.NodeResponse nodeOperation(TransportDestinationConfigUpdateAction.NodeRequest request)
- Specified by:
nodeOperationin classorg.elasticsearch.action.support.nodes.TransportNodesAction<DestinationConfigUpdateRequest,DestinationConfigUpdateResponse,TransportDestinationConfigUpdateAction.NodeRequest,TransportDestinationConfigUpdateAction.NodeResponse>
-
newNodeRequest
protected TransportDestinationConfigUpdateAction.NodeRequest newNodeRequest(DestinationConfigUpdateRequest request)
- Specified by:
newNodeRequestin classorg.elasticsearch.action.support.nodes.TransportNodesAction<DestinationConfigUpdateRequest,DestinationConfigUpdateResponse,TransportDestinationConfigUpdateAction.NodeRequest,TransportDestinationConfigUpdateAction.NodeResponse>
-
newNodeResponse
protected TransportDestinationConfigUpdateAction.NodeResponse newNodeResponse(org.elasticsearch.common.io.stream.StreamInput in) throws IOException
- Specified by:
newNodeResponsein classorg.elasticsearch.action.support.nodes.TransportNodesAction<DestinationConfigUpdateRequest,DestinationConfigUpdateResponse,TransportDestinationConfigUpdateAction.NodeRequest,TransportDestinationConfigUpdateAction.NodeResponse>- Throws:
IOException
-
-