Uses of Class
org.apache.ignite.internal.management.diagnostic.Operation
-
Packages that use Operation Package Description org.apache.ignite.internal.management.diagnostic -
-
Uses of Operation in org.apache.ignite.internal.management.diagnostic
Methods in org.apache.ignite.internal.management.diagnostic that return Operation Modifier and Type Method Description OperationDiagnosticPagelocksCommandArg. operation()static OperationOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static Operation[]Operation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.ignite.internal.management.diagnostic with parameters of type Operation Modifier and Type Method Description voidDiagnosticPagelocksCommandArg. operation(Operation op)
-