Searched refs:totalInputBytes (Results 1 – 2 of 2) sorted by relevance
105 public long totalInputBytes() { in totalInputBytes() method in CompactionJobStats106 return totalInputBytes(nativeHandle_); in totalInputBytes()279 private static native long totalInputBytes(final long handle); in totalInputBytes() method in CompactionJobStats
85 public void totalInputBytes() { in totalInputBytes() method in CompactionJobStatsTest87 assertThat(compactionJobStats.totalInputBytes()).isEqualTo(0); in totalInputBytes()