Uses of Enum
org.redisson.api.BatchOptions.ExecutionMode
Packages that use BatchOptions.ExecutionMode
-
Uses of BatchOptions.ExecutionMode in org.redisson.api
Methods in org.redisson.api that return BatchOptions.ExecutionModeModifier and TypeMethodDescriptionBatchOptions.getExecutionMode()static BatchOptions.ExecutionModeReturns 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.ExecutionModeModifier and TypeMethodDescriptionBatchOptions.executionMode(BatchOptions.ExecutionMode executionMode) Sets execution mode.