Class ClickHouseResponseSummary

java.lang.Object
com.clickhouse.client.ClickHouseResponseSummary
All Implemented Interfaces:
Serializable

@Deprecated public class ClickHouseResponseSummary extends Object implements Serializable
Deprecated.
Summary of ClickHouse response.
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • seal

      public void seal()
      Deprecated.
      Seals the object so that it cannot be updated any more.
    • update

      public int update()
      Deprecated.
      Increases update counter.
      Returns:
      increased update counter
    • update

      public void update(ClickHouseResponseSummary.Progress progress)
      Deprecated.
      Updates query progress.
      Parameters:
      progress - query progress, null value will be simply ignored
    • add

      public void add(ClickHouseResponseSummary.Progress progress)
      Deprecated.
    • update

      public void update(ClickHouseResponseSummary.Statistics stats)
      Deprecated.
    • add

      public void add(ClickHouseResponseSummary.Statistics stats)
      Deprecated.
    • add

      public void add(ClickHouseResponseSummary summary)
      Deprecated.
    • getProgress

      public ClickHouseResponseSummary.Progress getProgress()
      Deprecated.
      Gets current progress of the query.
      Returns:
      non-null progress
    • getStatistics

      public ClickHouseResponseSummary.Statistics getStatistics()
      Deprecated.
      Gets statistics of the query.
      Returns:
      non-null statistics
    • getReadRows

      public long getReadRows()
      Deprecated.
    • getReadBytes

      public long getReadBytes()
      Deprecated.
    • getTotalRowsToRead

      public long getTotalRowsToRead()
      Deprecated.
    • getWrittenRows

      public long getWrittenRows()
      Deprecated.
    • getWrittenBytes

      public long getWrittenBytes()
      Deprecated.
    • getUpdateCount

      public int getUpdateCount()
      Deprecated.
    • getElapsedTime

      public long getElapsedTime()
      Deprecated.
    • getResultRows

      public long getResultRows()
      Deprecated.
    • getQueryId

      public String getQueryId()
      Deprecated.
    • isEmpty

      public boolean isEmpty()
      Deprecated.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object