Searched refs:tableFactoryName (Results 1 – 7 of 7) sorted by relevance
27 assertThat(cfOptions.tableFactoryName()).isEqualTo( in mixedOptionsTest()30 assertThat(cfOptions.tableFactoryName()).isEqualTo("PlainTable"); in mixedOptionsTest()35 assertThat(options.tableFactoryName()).isEqualTo("PlainTable"); in mixedOptionsTest()
108 assertThat(options.tableFactoryName()).isEqualTo("BlockBasedTable"); in blockCache()152 assertThat(options.tableFactoryName()).isEqualTo("BlockBasedTable"); in persistentCache()162 assertThat(options.tableFactoryName()).isEqualTo("BlockBasedTable"); in blockCacheCompressed()274 assertThat(options.tableFactoryName()). in blockBasedTableWithFilterPolicy()283 assertThat(options.tableFactoryName()). in blockBasedTableWithoutFilterPolicy()
86 assertThat(opt.tableFactoryName()).isEqualTo("PlainTable"); in plainTableConfig()
573 public String tableFactoryName() { in tableFactoryName() method in ColumnFamilyOptions575 return tableFactoryName(nativeHandle_); in tableFactoryName()924 private native String tableFactoryName(long handle); in tableFactoryName() method in ColumnFamilyOptions
372 String tableFactoryName(); in tableFactoryName() method
1265 public String tableFactoryName() { in tableFactoryName() method in Options1267 return tableFactoryName(nativeHandle_); in tableFactoryName()2099 private native String tableFactoryName(long handle); in tableFactoryName() method in Options
85 assert (options.tableFactoryName().equals("PlainTable")); in main()110 assert (options.tableFactoryName().equals("BlockBasedTable")); in main()