Class DanglingIndexInfo

org.elasticsearch.action.admin.indices.dangling.DanglingIndexInfo
All Implemented Interfaces:
Writeable

public class DanglingIndexInfo extends implements Writeable
Contains information about a dangling index, i.e. an index that Elasticsearch has found on-disk but is not present in the cluster state.
  • Constructor Details

    • DanglingIndexInfo

      public DanglingIndexInfo( nodeId,  indexName,  indexUUID, long creationDateMillis)
    • DanglingIndexInfo

      public DanglingIndexInfo(StreamInput in) throws
      Throws:
  • Method Details

    • getIndexName

      public  getIndexName()
    • getIndexUUID

      public  getIndexUUID()
    • getNodeId

      public  getNodeId()
    • getCreationDateMillis

      public long getCreationDateMillis()
    • writeTo

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