Searched refs:largestOutputKeyPrefix (Results 1 – 2 of 2) sorted by relevance
241 public byte[] largestOutputKeyPrefix() { in largestOutputKeyPrefix() method in CompactionJobStats242 return largestOutputKeyPrefix(nativeHandle_); in largestOutputKeyPrefix()292 private static native byte[] largestOutputKeyPrefix(final long handle); in largestOutputKeyPrefix() method in CompactionJobStats
177 public void largestOutputKeyPrefix() { in largestOutputKeyPrefix() method in CompactionJobStatsTest179 assertThat(compactionJobStats.largestOutputKeyPrefix()).isEmpty(); in largestOutputKeyPrefix()