Interface StreamingInsertsMetrics
- All Known Implementing Classes:
StreamingInsertsMetrics.NoOpStreamingInsertsMetrics
,StreamingInsertsMetrics.StreamingInsertsMetricsImpl
public interface StreamingInsertsMetrics
Stores and exports metrics for a batch of Streaming Inserts RPCs.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
No-op implementation ofStreamingInsertsResults
.static class
Metrics of a batch of InsertAll RPCs. -
Method Summary
Modifier and TypeMethodDescriptionvoid
updateFailedRpcMetrics
(Instant start, Instant end, String status) void
updateRetriedRowsWithStatus
(String status, int retriedRows) void
updateStreamingInsertsMetrics
(TableReference tableRef, int totalRows, int failedRows) void
updateSuccessfulRpcMetrics
(Instant start, Instant end)
-
Method Details
-
updateRetriedRowsWithStatus
-
updateFailedRpcMetrics
-
updateSuccessfulRpcMetrics
-
updateStreamingInsertsMetrics
void updateStreamingInsertsMetrics(@Nullable TableReference tableRef, int totalRows, int failedRows)
-