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 enumDefines how statistics are gathered for this command.Classes in org.infinispan.functional that implement interfaces with type arguments of type Param.StatisticsModeModifier and TypeClassDescriptionstatic enumDefines how statistics are gathered for this command.Methods in org.infinispan.functional that return Param.StatisticsModeModifier and TypeMethodDescriptionstatic Param.StatisticsModeParam.StatisticsMode.defaultValue()Param.StatisticsMode.get()static Param.StatisticsModeParam.StatisticsMode.valueOf(int ordinal) Returns the enum constant of this class with the specified name.static Param.StatisticsModeReturns 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.