Searched refs:numInputDeletionRecords (Results 1 – 2 of 2) sorted by relevance
157 public long numInputDeletionRecords() { in numInputDeletionRecords() method in CompactionJobStats158 return numInputDeletionRecords(nativeHandle_); in numInputDeletionRecords()284 private static native long numInputDeletionRecords(final long handle); in numInputDeletionRecords() method in CompactionJobStats
121 public void numInputDeletionRecords() { in numInputDeletionRecords() method in CompactionJobStatsTest123 assertThat(compactionJobStats.numInputDeletionRecords()).isEqualTo(0); in numInputDeletionRecords()