Uses of Record Class
com.soklet.MetricsCollector.SseCommentRouteKey
Packages that use MetricsCollector.SseCommentRouteKey
-
Uses of MetricsCollector.SseCommentRouteKey in com.soklet
Methods in com.soklet that return types with arguments of type MetricsCollector.SseCommentRouteKeyModifier and TypeMethodDescription@NonNull Map<@NonNull MetricsCollector.SseCommentRouteKey, @NonNull MetricsCollector.HistogramSnapshot> MetricsCollector.Snapshot.getSseCommentDeliveryLag()Returns SSE comment delivery lag histograms keyed by route and comment type.@NonNull Map<@NonNull MetricsCollector.SseCommentRouteKey, @NonNull MetricsCollector.HistogramSnapshot> MetricsCollector.Snapshot.getSseCommentQueueDepth()Returns SSE comment queue depth histograms keyed by route and comment type.@NonNull Map<@NonNull MetricsCollector.SseCommentRouteKey, @NonNull MetricsCollector.HistogramSnapshot> MetricsCollector.Snapshot.getSseCommentSizes()Returns SSE comment size histograms keyed by route and comment type.Method parameters in com.soklet with type arguments of type MetricsCollector.SseCommentRouteKeyModifier and TypeMethodDescriptionMetricsCollector.Snapshot.Builder.sseCommentDeliveryLag(@Nullable Map<@NonNull MetricsCollector.SseCommentRouteKey, @NonNull MetricsCollector.HistogramSnapshot> sseCommentDeliveryLag) Sets SSE comment delivery lag histograms keyed by route and comment type.MetricsCollector.Snapshot.Builder.sseCommentQueueDepth(@Nullable Map<@NonNull MetricsCollector.SseCommentRouteKey, @NonNull MetricsCollector.HistogramSnapshot> sseCommentQueueDepth) Sets SSE comment queue depth histograms keyed by route and comment type.MetricsCollector.Snapshot.Builder.sseCommentSizes(@Nullable Map<@NonNull MetricsCollector.SseCommentRouteKey, @NonNull MetricsCollector.HistogramSnapshot> sseCommentSizes) Sets SSE comment size histograms keyed by route and comment type.