Class ClickHouseResponseSummary

    • Method Detail

      • seal

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

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

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

        public long getReadRows()
      • getReadBytes

        public long getReadBytes()
      • getTotalRowsToRead

        public long getTotalRowsToRead()
      • getWrittenRows

        public long getWrittenRows()
      • getWrittenBytes

        public long getWrittenBytes()
      • getUpdateCount

        public int getUpdateCount()