Uses of Enum Class
org.infinispan.functional.Param.ExecutionMode
Packages that use Param.ExecutionMode
-
Uses of Param.ExecutionMode in org.infinispan.functional
Subclasses with type arguments of type Param.ExecutionMode in org.infinispan.functionalModifier and TypeClassDescriptionstatic enumDefines where is the command executed.Classes in org.infinispan.functional that implement interfaces with type arguments of type Param.ExecutionModeModifier and TypeClassDescriptionstatic enumDefines where is the command executed.Methods in org.infinispan.functional that return Param.ExecutionModeModifier and TypeMethodDescriptionstatic Param.ExecutionModeParam.ExecutionMode.defaultValue()Param.ExecutionMode.get()static Param.ExecutionModeParam.ExecutionMode.valueOf(int ordinal) Returns the enum constant of this class with the specified name.static Param.ExecutionModeReturns the enum constant of this class with the specified name.static Param.ExecutionMode[]Param.ExecutionMode.values()Returns an array containing the constants of this enum class, in the order they are declared.