Uses of Class
org.apache.ignite.internal.client.thin.ClientOperation
-
Packages that use ClientOperation Package Description org.apache.ignite.internal.client.thin -
-
Uses of ClientOperation in org.apache.ignite.internal.client.thin
Methods in org.apache.ignite.internal.client.thin that return ClientOperation Modifier and Type Method Description static @Nullable ClientOperationClientOperation. fromCode(short code)static ClientOperationClientOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static ClientOperation[]ClientOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-