Uses of Enum Class
com.pyranid.MetricsCollector.StreamTerminalOutcome
-
Uses of MetricsCollector.StreamTerminalOutcome in com.pyranid
Subclasses with type arguments of type MetricsCollector.StreamTerminalOutcome in com.pyranidModifier and TypeClassDescriptionstatic enumTerminal outcome for an opened stream.Methods in com.pyranid that return MetricsCollector.StreamTerminalOutcomeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.MetricsCollector.StreamTerminalOutcome.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pyranid with parameters of type MetricsCollector.StreamTerminalOutcomeModifier and TypeMethodDescriptiondefault voidMetricsCollector.didCloseStream(@NonNull StatementContext<?> ctx, @NonNull MetricsCollector.StreamTerminalOutcome outcome, @NonNull Long rowsConsumed, @NonNull Duration streamDuration, @Nullable Throwable throwable) Called after an opened stream reaches a terminal state.