Searched refs:tableProperties (Results 1 – 5 of 5) sorted by relevance
105 public Map<String, TableProperties> tableProperties() { in tableProperties() method in CompactionJobInfo106 return tableProperties(nativeHandle_); in tableProperties()154 private static native Map<String, TableProperties> tableProperties( in tableProperties() method in CompactionJobInfo
20 boolean filter(final TableProperties tableProperties); in filter() argument
84 public void tableProperties() { in tableProperties() method in CompactionJobInfoTest86 assertThat(compactionJobInfo.tableProperties()) in tableProperties()
101 public boolean filter(final TableProperties tableProperties) { in filter() argument102 cfNames.add(tableProperties.getColumnFamilyName()); in filter()
319 public boolean filter(final TableProperties tableProperties) { in filter() argument