autotier
Automatic Tiering Fuse Filesystem
Public Member Functions | List of all members
l::PathSliceTransform Class Reference

Used to make rocksdb lookups faster, groups keys by first dir in path. More...

#include <rocksDbHelpers.hpp>

Inheritance diagram for l::PathSliceTransform:
Inheritance graph
[legend]
Collaboration diagram for l::PathSliceTransform:
Collaboration graph
[legend]

Public Member Functions

const char * Name () const
 
::rocksdb::Slice Transform (const ::rocksdb::Slice &key) const
 
bool InDomain (const ::rocksdb::Slice &key) const
 
bool InRange (const ::rocksdb::Slice &) const
 
bool FullLengthEnabled (size_t *) const
 
virtual bool SameResultWhenAppended (const ::rocksdb::Slice &) const
 

Detailed Description

Used to make rocksdb lookups faster, groups keys by first dir in path.


The documentation for this class was generated from the following file: