Uses of Class
io.gridgo.boot.data.keyvalue.KeyValueOp
-
Packages that use KeyValueOp Package Description io.gridgo.boot.data.keyvalue -
-
Uses of KeyValueOp in io.gridgo.boot.data.keyvalue
Methods in io.gridgo.boot.data.keyvalue that return KeyValueOp Modifier and Type Method Description KeyValueOpvalue()static KeyValueOpKeyValueOp. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static KeyValueOp[]KeyValueOp. values()Returns an array containing the constants of this enum type, in the order they are declared.
-