Uses of Class
org.apache.ignite.client.ClientOperationType
-
Packages that use ClientOperationType Package Description org.apache.ignite.client Contains Ignite Thin Client API classes. -
-
Uses of ClientOperationType in org.apache.ignite.client
Methods in org.apache.ignite.client that return ClientOperationType Modifier and Type Method Description ClientOperationType
ClientRetryPolicyContext. operation()
Gets the operation type.static ClientOperationType
ClientOperationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClientOperationType[]
ClientOperationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-