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 classNo-op implementation ofStreamingInsertsResults.static classMetrics of a batch of InsertAll RPCs. - 
Method Summary
Modifier and TypeMethodDescriptionvoidupdateFailedRpcMetrics(Instant start, Instant end, String status) voidupdateRetriedRowsWithStatus(String status, int retriedRows) voidupdateStreamingInsertsMetrics(TableReference tableRef, int totalRows, int failedRows) voidupdateSuccessfulRpcMetrics(Instant start, Instant end)  
- 
Method Details
- 
updateRetriedRowsWithStatus
 - 
updateFailedRpcMetrics
 - 
updateSuccessfulRpcMetrics
 - 
updateStreamingInsertsMetrics
void updateStreamingInsertsMetrics(@Nullable TableReference tableRef, int totalRows, int failedRows)  
 -