public class WriterHandleStatistics extends Object implements WriterStatistics
| Constructor and Description |
|---|
WriterHandleStatistics() |
| Modifier and Type | Method and Description |
|---|---|
long |
getTotalFailedRowsCount() |
long |
getTotalRequestCount() |
long |
getTotalRowsCount() |
long |
getTotalSingleRowRequestCount() |
long |
getTotalSucceedRowsCount() |
String |
toString() |
public long getTotalRequestCount()
getTotalRequestCount in interface WriterStatisticspublic long getTotalRowsCount()
getTotalRowsCount in interface WriterStatisticspublic long getTotalSucceedRowsCount()
getTotalSucceedRowsCount in interface WriterStatisticspublic long getTotalFailedRowsCount()
getTotalFailedRowsCount in interface WriterStatisticspublic long getTotalSingleRowRequestCount()
getTotalSingleRowRequestCount in interface WriterStatisticsCopyright © 2024. All Rights Reserved.