Enum Class Store.FileFooterOnly

java.lang.Object
java.lang.Enum<Store.FileFooterOnly>
org.elasticsearch.index.store.Store.FileFooterOnly
All Implemented Interfaces:
Serializable, Comparable<Store.FileFooterOnly>, Constable, org.apache.lucene.store.IOContext.FileOpenHint
Enclosing class:
Store

public static enum Store.FileFooterOnly extends Enum<Store.FileFooterOnly> implements org.apache.lucene.store.IOContext.FileOpenHint
A IOContext.FileOpenHint that we will only read the Lucene file footer
  • Enum Constant Details

  • Method Details

    • values

      public static Store.FileFooterOnly[] 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 Store.FileFooterOnly 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