Uses of Class
org.apache.ignite.internal.util.IgniteTree.OperationType
-
Packages that use IgniteTree.OperationType Package Description org.apache.ignite.internal.util System-wide utility routine and helper classes. -
-
Uses of IgniteTree.OperationType in org.apache.ignite.internal.util
Methods in org.apache.ignite.internal.util that return IgniteTree.OperationType Modifier and Type Method Description IgniteTree.OperationTypeIgniteTree.InvokeClosure. operationType()static IgniteTree.OperationTypeIgniteTree.OperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static IgniteTree.OperationType[]IgniteTree.OperationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-