Searched refs:table_properties_collection (Results 1 – 1 of 1) sorted by relevance
3098 ROCKSDB_NAMESPACE::TablePropertiesCollection table_properties_collection; in Java_org_rocksdb_RocksDB_getPropertiesOfAllTables() local3100 &table_properties_collection); in Java_org_rocksdb_RocksDB_getPropertiesOfAllTables()3107 env, static_cast<uint32_t>(table_properties_collection.size())); in Java_org_rocksdb_RocksDB_getPropertiesOfAllTables()3145 env, jhash_map, table_properties_collection.begin(), in Java_org_rocksdb_RocksDB_getPropertiesOfAllTables()3146 table_properties_collection.end(), fn_map_kv)) { in Java_org_rocksdb_RocksDB_getPropertiesOfAllTables()3190 ROCKSDB_NAMESPACE::TablePropertiesCollection table_properties_collection; in Java_org_rocksdb_RocksDB_getPropertiesOfTablesInRange() local3192 cf_handle, ranges.get(), ranges_len, &table_properties_collection); in Java_org_rocksdb_RocksDB_getPropertiesOfTablesInRange()