Class CommandResponse

java.lang.Object
com.clickhouse.client.api.command.CommandResponse

public class CommandResponse extends Object
  • Constructor Details

    • CommandResponse

      public CommandResponse(QueryResponse response)
  • Method Details

    • getMetrics

      public OperationMetrics getMetrics()
      Returns the metrics of this operation.
      Returns:
      metrics of this operation
    • getReadRows

      public long getReadRows()
      Returns:
      number of rows read by server from the storage
    • getReadBytes

      public long getReadBytes()
      Returns:
      number of bytes read by server from the storage
    • getWrittenRows

      public long getWrittenRows()
      Returns:
      number of rows written by server to the storage
    • getWrittenBytes

      public long getWrittenBytes()
      Returns:
      number of bytes written by server to the storage
    • getServerTime

      public long getServerTime()
      Returns:
      elapsed time in nanoseconds