Uses of Class
org.apache.flink.contrib.streaming.state.RocksDBProperty
-
Packages that use RocksDBProperty Package Description org.apache.flink.contrib.streaming.state -
-
Uses of RocksDBProperty in org.apache.flink.contrib.streaming.state
Methods in org.apache.flink.contrib.streaming.state 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.
-