Home
last modified time | relevance | path

Searched refs:table_properties_collection (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/java/rocksjni/
Drocksjni.cc3098 ROCKSDB_NAMESPACE::TablePropertiesCollection table_properties_collection; in Java_org_rocksdb_RocksDB_getPropertiesOfAllTables() local
3100 &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() local
3192 cf_handle, ranges.get(), ranges_len, &table_properties_collection); in Java_org_rocksdb_RocksDB_getPropertiesOfTablesInRange()