public class TimeseriesWriterHandleStatistics extends Object implements WriterStatistics
| 构造器和说明 |
|---|
TimeseriesWriterHandleStatistics() |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
addAndGetTotalFailedRowsCount(int num) |
long |
getTotalFailedRowsCount() |
long |
getTotalRequestCount() |
long |
getTotalRowsCount() |
long |
getTotalSingleRowRequestCount() |
long |
getTotalSucceedRowsCount() |
long |
incrementAndGetTotalFailedRowsCount() |
long |
incrementAndGetTotalRequestCount() |
long |
incrementAndGetTotalSingleRowRequestCount() |
long |
incrementAndGetTotalSucceedRowsCount() |
String |
toString() |
public long incrementAndGetTotalRequestCount()
public long incrementAndGetTotalSingleRowRequestCount()
public long incrementAndGetTotalSucceedRowsCount()
public long incrementAndGetTotalFailedRowsCount()
public long addAndGetTotalFailedRowsCount(int num)
public long getTotalRequestCount()
getTotalRequestCount 在接口中 WriterStatisticspublic long getTotalRowsCount()
getTotalRowsCount 在接口中 WriterStatisticspublic long getTotalSucceedRowsCount()
getTotalSucceedRowsCount 在接口中 WriterStatisticspublic long getTotalFailedRowsCount()
getTotalFailedRowsCount 在接口中 WriterStatisticspublic long getTotalSingleRowRequestCount()
Copyright © 2025. All Rights Reserved.