Searched refs:totalOutputBytes (Results 1 – 2 of 2) sorted by relevance
114 public long totalOutputBytes() { in totalOutputBytes() method in CompactionJobStats115 return totalOutputBytes(nativeHandle_); in totalOutputBytes()280 private static native long totalOutputBytes(final long handle); in totalOutputBytes() method in CompactionJobStats
92 public void totalOutputBytes() { in totalOutputBytes() method in CompactionJobStatsTest94 assertThat(compactionJobStats.totalOutputBytes()).isEqualTo(0); in totalOutputBytes()