Searched refs:smallestOutputKeyPrefix (Results 1 – 2 of 2) sorted by relevance
232 public byte[] smallestOutputKeyPrefix() { in smallestOutputKeyPrefix() method in CompactionJobStats233 return smallestOutputKeyPrefix(nativeHandle_); in smallestOutputKeyPrefix()291 private static native byte[] smallestOutputKeyPrefix(final long handle); in smallestOutputKeyPrefix() method in CompactionJobStats
170 public void smallestOutputKeyPrefix() { in smallestOutputKeyPrefix() method in CompactionJobStatsTest172 assertThat(compactionJobStats.smallestOutputKeyPrefix()).isEmpty(); in smallestOutputKeyPrefix()