Uses of Class
org.apache.flink.state.rocksdb.RocksDBProperty
-
Packages that use RocksDBProperty Package Description org.apache.flink.state.rocksdb -
-
Uses of RocksDBProperty in org.apache.flink.state.rocksdb
Methods in org.apache.flink.state.rocksdb that return RocksDBProperty Modifier and Type Method Description static RocksDBPropertyRocksDBProperty. valueOf(String name)Returns the enum constant of this type with the specified name.static RocksDBProperty[]RocksDBProperty. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.state.rocksdb that return types with arguments of type RocksDBProperty Modifier and Type Method Description Collection<RocksDBProperty>RocksDBNativeMetricOptions. getProperties()
-