Uses of Class
org.redisson.api.BatchOptions.ExecutionMode
-
Packages that use BatchOptions.ExecutionMode Package Description org.redisson.api -
-
Uses of BatchOptions.ExecutionMode in org.redisson.api
Methods in org.redisson.api that return BatchOptions.ExecutionMode Modifier and Type Method Description BatchOptions.ExecutionMode
BatchOptions. getExecutionMode()
static BatchOptions.ExecutionMode
BatchOptions.ExecutionMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static BatchOptions.ExecutionMode[]
BatchOptions.ExecutionMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.redisson.api with parameters of type BatchOptions.ExecutionMode Modifier and Type Method Description BatchOptions
BatchOptions. executionMode(BatchOptions.ExecutionMode executionMode)
Sets execution mode.
-