Uses of Class
com.floragunn.signals.actions.watch.ack.AckWatchRequest
-
Packages that use AckWatchRequest Package Description com.floragunn.signals.actions.watch.ack -
-
Uses of AckWatchRequest in com.floragunn.signals.actions.watch.ack
Methods in com.floragunn.signals.actions.watch.ack with parameters of type AckWatchRequest Modifier and Type Method Description protected TransportAckWatchAction.NodeRequestTransportAckWatchAction. newNodeRequest(AckWatchRequest request)protected AckWatchResponseTransportAckWatchAction. newResponse(AckWatchRequest request, List<TransportAckWatchAction.NodeResponse> responses, List<org.elasticsearch.action.FailedNodeException> failures)Constructors in com.floragunn.signals.actions.watch.ack with parameters of type AckWatchRequest Constructor Description NodeRequest(AckWatchRequest request)
-