Uses of Class
org.infinispan.functional.Param.ExecutionMode
-
Packages that use Param.ExecutionMode Package Description org.infinispan.functional Functional API package -
-
Uses of Param.ExecutionMode in org.infinispan.functional
Methods in org.infinispan.functional that return Param.ExecutionMode Modifier and Type Method Description static Param.ExecutionModeParam.ExecutionMode. defaultValue()Param.ExecutionModeParam.ExecutionMode. get()static Param.ExecutionModeParam.ExecutionMode. valueOf(int ordinal)Returns the enum constant of this type with the specified name.static Param.ExecutionModeParam.ExecutionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static Param.ExecutionMode[]Param.ExecutionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-