Enum Class KllSketch.SketchType

java.lang.Object
java.lang.Enum<KllSketch.SketchType>
org.apache.datasketches.kll.KllSketch.SketchType
All Implemented Interfaces:
Serializable, Comparable<KllSketch.SketchType>, Constable
Enclosing class:
KllSketch

public static enum KllSketch.SketchType extends Enum<KllSketch.SketchType>
Used to define the variable type of the current instance of this class.
  • Enum Constant Details

  • Method Details

    • values

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

      public static KllSketch.SketchType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • getBytes

      public int getBytes()
      Gets the item size in bytes. If the item is generic, this returns zero.
      Returns:
      the item size in bytes
    • getName

      public String getName()
      Get the name of the associated sketch
      Returns:
      the name of the associated sketch