Home
last modified time | relevance | path

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

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DHashLinkedListMemTableConfig.java31 bucketEntriesLoggingThreshold_ = DEFAULT_BUCKET_ENTRIES_LOG_THRES; in HashLinkedListMemTableConfig()
96 bucketEntriesLoggingThreshold_ = threshold; in setBucketEntriesLoggingThreshold()
108 return bucketEntriesLoggingThreshold_; in bucketEntriesLoggingThreshold()
160 bucketEntriesLoggingThreshold_, ifLogBucketDistWhenFlush_, in newMemTableFactoryHandle()
171 private int bucketEntriesLoggingThreshold_; field in HashLinkedListMemTableConfig