![JAR search and dependency download from the Maven repository](/logo.png)
org.rocksdb.MutableOptionKey Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of schwefel Show documentation
Show all versions of schwefel Show documentation
A dead simple RocksDB Java wrapper
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
package org.rocksdb;
public interface MutableOptionKey {
enum ValueType {
DOUBLE,
LONG,
INT,
BOOLEAN,
INT_ARRAY,
ENUM
}
String name();
ValueType getValueType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy