All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.maryk.rocksdb.AccessHint.kt Maven / Gradle / Ivy

package maryk.rocksdb

expect enum class AccessHint {
    NONE,
    NORMAL,
    SEQUENTIAL,
    WILLNEED;

    /**
     * Returns the byte value of the enumerations value.
     */
    fun getValue(): Byte
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy