Enum Class URLKey

java.lang.Object
java.lang.Enum<URLKey>
edu.stanford.slac.archiverappliance.plain.URLKey
All Implemented Interfaces:
Serializable, Comparable<URLKey>, Constable

public enum URLKey extends Enum<URLKey>
  • Enum Constant Details

    • NAME

      public static final URLKey NAME
    • ROOT_FOLDER

      public static final URLKey ROOT_FOLDER
    • HOLD

      public static final URLKey HOLD
    • GATHER

      public static final URLKey GATHER
    • PARTITION_GRANULARITY

      public static final URLKey PARTITION_GRANULARITY
    • COMPRESS

      public static final URLKey COMPRESS
    • ETL_INTO_STORE_IF

      public static final URLKey ETL_INTO_STORE_IF
    • ETL_OUT_OF_STORE_IF

      public static final URLKey ETL_OUT_OF_STORE_IF
    • REDUCE

      public static final URLKey REDUCE
    • CONSOLIDATE_ON_SHUTDOWN

      public static final URLKey CONSOLIDATE_ON_SHUTDOWN
    • POST_PROCESSORS

      public static final URLKey POST_PROCESSORS
    • TERMINATOR

      public static final URLKey TERMINATOR
    • ZSTD_BUFFER_POOL

      public static final URLKey ZSTD_BUFFER_POOL
      ZSTD buffer pool only used with @see #ZSTD Values are true or false, default true.
    • ZSTD_LEVEL

      public static final URLKey ZSTD_LEVEL
      ZSTD Level only used with @see #ZSTD Values are positive, range 1-22, default of 3.
    • ZSTD_WORKERS

      public static final URLKey ZSTD_WORKERS
      ZSTD workers only used with @see #ZSTD Values are positive, default of 0.
  • Method Details

    • values

      public static URLKey[] 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 URLKey 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
    • key

      public String key()