public static class FlowControlEventStats.FlowControlEvent extends Object implements Comparable<FlowControlEventStats.FlowControlEvent>
FlowController.LimitExceededBehavior is FlowController.LimitExceededBehavior.Block, or the exception if the behavior is FlowController.LimitExceededBehavior.ThrowException.| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(FlowControlEventStats.FlowControlEvent otherEvent) |
FlowController.FlowControlException |
getException() |
Long |
getThrottledTime(TimeUnit timeUnit) |
long |
getTimestampMs() |
public long getTimestampMs()
@Nullable public FlowController.FlowControlException getException()
public int compareTo(FlowControlEventStats.FlowControlEvent otherEvent)
compareTo in interface Comparable<FlowControlEventStats.FlowControlEvent>