Home
last modified time | relevance | path

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

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DHashSkipListMemTableConfig.java28 height_ = DEFAULT_HEIGHT; in HashSkipListMemTableConfig()
60 height_ = height; in setHeight()
68 return height_; in height()
96 bucketCount_, height_, branchingFactor_); in newMemTableFactoryHandle()
105 private int height_; field in HashSkipListMemTableConfig
/rocksdb-6.9/memtable/
Dinlineskiplist.h281 int height_ = 0;
648 splice->height_ = 0;
660 splice->height_ = 0;
738 assert(recompute_level <= splice->height_);
767 if (splice->height_ < max_height) {
773 splice->height_ = max_height;
924 assert(splice->prev_[splice->height_] == head_);
925 assert(splice->next_[splice->height_] == nullptr);
926 for (int i = 0; i < splice->height_; ++i) {
941 splice->height_ = 0;