Searched refs:totalInputRawKeyBytes (Results 1 – 2 of 2) sorted by relevance
137 public long totalInputRawKeyBytes() { in totalInputRawKeyBytes() method in CompactionJobStats138 return totalInputRawKeyBytes(nativeHandle_); in totalInputRawKeyBytes()282 private static native long totalInputRawKeyBytes(final long handle); in totalInputRawKeyBytes() method in CompactionJobStats
107 public void totalInputRawKeyBytes() { in totalInputRawKeyBytes() method in CompactionJobStatsTest109 assertThat(compactionJobStats.totalInputRawKeyBytes()).isEqualTo(0); in totalInputRawKeyBytes()