Enum Class HeaderNames

java.lang.Object
java.lang.Enum<HeaderNames>
com.linkedin.alpini.base.misc.HeaderNames
All Implemented Interfaces:
Serializable, Comparable<HeaderNames>, Constable

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

    • SINGLETON

      public static final HeaderNames SINGLETON
  • Field Details

    • PROVIDER_CLASS_NAME

      public static final String PROVIDER_CLASS_NAME
      See Also:
    • CONTENT_LOCATION

      public static final String CONTENT_LOCATION
      See Also:
    • CONTENT_TYPE

      public static final String CONTENT_TYPE
      See Also:
    • CONTENT_LENGTH

      public static final String CONTENT_LENGTH
      See Also:
    • SERVER

      public static final String SERVER
      See Also:
    • X_CLUSTER_NAME

      public static final String X_CLUSTER_NAME
    • X_ERROR_CLASS

      public static final String X_ERROR_CLASS
    • X_ERROR_MESSAGE

      public static final String X_ERROR_MESSAGE
    • X_ERROR_CAUSE_CLASS

      public static final String X_ERROR_CAUSE_CLASS
    • X_ERROR_CAUSE_MESSAGE

      public static final String X_ERROR_CAUSE_MESSAGE
    • X_ERROR_IN_RESPONSE

      public static final String X_ERROR_IN_RESPONSE
    • X_METRICS

      public static final String X_METRICS
    • X_MULTIPART_CONTENT_STATUS

      public static final String X_MULTIPART_CONTENT_STATUS
    • X_PARTITION

      public static final String X_PARTITION
    • X_REQUEST_ID

      public static final String X_REQUEST_ID
    • X_RETURN_METRICS

      public static final String X_RETURN_METRICS
    • X_SERVED_BY

      public static final String X_SERVED_BY
    • X_USE_RESPONSE_BOUNDARY

      public static final String X_USE_RESPONSE_BOUNDARY
  • Method Details

    • values

      public static HeaderNames[] 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 HeaderNames 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