com.clickhouse.client.grpc.impl.StatsOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clickhouse-grpc-client Show documentation
Show all versions of clickhouse-grpc-client Show documentation
gRPC client for ClickHouse planed to be deprecated from version 0.6.0 and removed at 0.7.0
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: clickhouse_grpc.proto
package com.clickhouse.client.grpc.impl;
public interface StatsOrBuilder extends
// @@protoc_insertion_point(interface_extends:clickhouse.grpc.Stats)
com.google.protobuf.MessageOrBuilder {
/**
* uint64 rows = 1;
* @return The rows.
*/
long getRows();
/**
* uint64 blocks = 2;
* @return The blocks.
*/
long getBlocks();
/**
* uint64 allocated_bytes = 3;
* @return The allocatedBytes.
*/
long getAllocatedBytes();
/**
* bool applied_limit = 4;
* @return The appliedLimit.
*/
boolean getAppliedLimit();
/**
* uint64 rows_before_limit = 5;
* @return The rowsBeforeLimit.
*/
long getRowsBeforeLimit();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy