Home
last modified time | relevance | path

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

/rocksdb-6.9/env/
Denv_encryption.cc391 std::unique_ptr<SequentialFile> underlying; in NewSequentialFile() local
402 prefixBuf.Alignment(underlying->GetRequiredBufferAlignment()); in NewSequentialFile()
429 std::unique_ptr<RandomAccessFile> underlying; in NewRandomAccessFile() local
467 std::unique_ptr<WritableFile> underlying; in NewWritableFile() local
484 status = underlying->Append(prefixSlice); in NewWritableFile()
514 std::unique_ptr<WritableFile> underlying; in ReopenWritableFile() local
531 status = underlying->Append(prefixSlice); in ReopenWritableFile()
556 std::unique_ptr<WritableFile> underlying; in ReuseWritableFile() local
573 status = underlying->Append(prefixSlice); in ReuseWritableFile()
604 std::unique_ptr<RandomRWFile> underlying; in NewRandomRWFile() local
[all …]
/rocksdb-6.9/hdfs/
DREADME10 underlying filesystem.
/rocksdb-6.9/docs/_posts/
D2018-08-01-rocksdb-tuning-advisor.markdown9 of the complexity of its underlying technology and a large number of
D2014-03-27-how-to-backup-rocksdb.markdown99 …ackups()`, `DeleteBackup()`. Any `DB` interface calls will get forwarded to underlying `DB` object.
/rocksdb-6.9/tools/advisor/
DREADME.md6 because of the complexity of its underlying technology and a large number of
/rocksdb-6.9/tools/rdb/
DAPI.md105 # Compact the underlying storage for a given range.
/rocksdb-6.9/docs/_docs/
Dfaq.md22 …s for reads. We could not make LevelDB consume all the IOs offered by the underlying Flash storage.