Uses of Class
org.apache.storm.metricstore.rocksdb.KeyType
-
Packages that use KeyType Package Description org.apache.storm.metricstore.rocksdb -
-
Uses of KeyType in org.apache.storm.metricstore.rocksdb
Methods in org.apache.storm.metricstore.rocksdb that return KeyType Modifier and Type Method Description static KeyType
KeyType. valueOf(String name)
Returns the enum constant of this type with the specified name.static KeyType[]
KeyType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-