Enum Class IndexMetadata.APIBlock

<IndexMetadata.APIBlock>
org.elasticsearch.cluster.metadata.IndexMetadata.APIBlock
All Implemented Interfaces:
, <, Writeable
Enclosing class:
IndexMetadata

public static enum IndexMetadata.APIBlock extends <IndexMetadata.APIBlock> implements Writeable
  • Enum Constant Details

  • Method Details

    • values

      public static IndexMetadata.APIBlock[] 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  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:
      - if this enum class has no constant with the specified name
      - if the argument is null
    • settingName

      public  settingName()
    • setting

      public > setting()
    • getBlock

      public ClusterBlock getBlock()
    • fromName

      public static  name)
    • fromSetting

      public static  settingName)
    • writeTo

      public void writeTo(StreamOutput out) throws
      Description copied from interface: Writeable
      Write this into the StreamOutput.
      Specified by:
      writeTo in interface Writeable
      Throws:
    • readFrom

      public static IndexMetadata.APIBlock readFrom(StreamInput input) throws
      Throws: