Uses of Class
com.floragunn.signals.actions.watch.ack.AckWatchResponse.Status
-
Packages that use AckWatchResponse.Status Package Description com.floragunn.signals.actions.watch.ack -
-
Uses of AckWatchResponse.Status in com.floragunn.signals.actions.watch.ack
Methods in com.floragunn.signals.actions.watch.ack that return AckWatchResponse.Status Modifier and Type Method Description AckWatchResponse.StatusAckWatchResponse. getStatus()AckWatchResponse.StatusTransportAckWatchAction.NodeResponse. getStatus()static AckWatchResponse.StatusAckWatchResponse.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static AckWatchResponse.Status[]AckWatchResponse.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.floragunn.signals.actions.watch.ack with parameters of type AckWatchResponse.Status Constructor Description NodeResponse(org.elasticsearch.cluster.node.DiscoveryNode node, AckWatchResponse.Status status, String message)
-