Enum rocksdb::BlockBasedIndexType [] [src]

pub enum BlockBasedIndexType {
    BinarySearch,
    HashSearch,
    TwoLevelIndexSearch,
    RtreeSearch,
}

Variants