Uses of Enum Class
org.infinispan.functional.Param.StatisticsMode
Packages that use Param.StatisticsMode
-
Uses of Param.StatisticsMode in org.infinispan.functional
Subclasses with type arguments of type Param.StatisticsMode in org.infinispan.functionalModifier and TypeClassDescriptionstatic enum
Defines how statistics are gathered for this command.Classes in org.infinispan.functional that implement interfaces with type arguments of type Param.StatisticsModeModifier and TypeClassDescriptionstatic enum
Defines how statistics are gathered for this command.Methods in org.infinispan.functional that return Param.StatisticsModeModifier and TypeMethodDescriptionstatic Param.StatisticsMode
Param.StatisticsMode.defaultValue()
Param.StatisticsMode.get()
static Param.StatisticsMode
Param.StatisticsMode.valueOf
(int ordinal) Returns the enum constant of this class with the specified name.static Param.StatisticsMode
Returns the enum constant of this class with the specified name.static Param.StatisticsMode[]
Param.StatisticsMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.