Enum Param.StatisticsMode

java.lang.Object
java.lang.Enum<Param.StatisticsMode>
org.infinispan.functional.Param.StatisticsMode
All Implemented Interfaces:
Serializable, Comparable<Param.StatisticsMode>, Param<Param.StatisticsMode>
Enclosing interface:
Param<P>

@Experimental public static enum Param.StatisticsMode extends Enum<Param.StatisticsMode> implements Param<Param.StatisticsMode>
Defines how statistics are gathered for this command.
  • Enum Constant Details

  • Field Details

  • Method Details

    • values

      public static Param.StatisticsMode[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static Param.StatisticsMode valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • id

      public int id()
      Description copied from interface: Param
      A parameter's identifier. Each parameter must have a different id.

      A numeric id makes it flexible enough to be stored in collections that take up low resources, such as arrays.

      Specified by:
      id in interface Param<Param.StatisticsMode>
    • get

      public Param.StatisticsMode get()
      Description copied from interface: Param
      Parameter's value.
      Specified by:
      get in interface Param<Param.StatisticsMode>
    • defaultValue

      public static Param.StatisticsMode defaultValue()
    • valueOf

      public static Param.StatisticsMode valueOf(int ordinal)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      ordinal - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • isSkip

      public static boolean isSkip(Params params)