Class Table

org.elasticsearch.common.Table

public class Table extends
  • Field Details

  • Constructor Details

    • Table

      public Table()
  • Method Details

    • startHeaders

      public Table startHeaders()
    • startHeadersWithTimestamp

      public Table startHeadersWithTimestamp()
    • endHeaders

      public Table endHeaders()
    • startRow

      public Table startRow()
    • endRow

      public Table endRow(boolean check)
    • endRow

      public Table endRow()
    • addCell

      public  value)
    • addCell

      public  value,  attributes)
    • getHeaders

      public <Table.Cell> getHeaders()
    • getRows

      public <<Table.Cell>> getRows()
    • getAsMap

      public <,​<Table.Cell>> getAsMap()
    • getHeaderMap

      public <,​Table.Cell> getHeaderMap()
    • findHeaderByName

      public  header)
    • getAliasMap

      public <,​> getAliasMap()