Searched refs:totalInputRawValueBytes (Results 1 – 2 of 2) sorted by relevance
146 public long totalInputRawValueBytes() { in totalInputRawValueBytes() method in CompactionJobStats147 return totalInputRawValueBytes(nativeHandle_); in totalInputRawValueBytes()283 private static native long totalInputRawValueBytes(final long handle); in totalInputRawValueBytes() method in CompactionJobStats
114 public void totalInputRawValueBytes() { in totalInputRawValueBytes() method in CompactionJobStatsTest116 assertThat(compactionJobStats.totalInputRawValueBytes()).isEqualTo(0); in totalInputRawValueBytes()