Package com.clickhouse.client.grpc.impl
Interface StatsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Stats,Stats.Builder
public interface StatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonguint64 allocated_bytes = 3;booleanbool applied_limit = 4;longuint64 blocks = 2;longgetRows()uint64 rows = 1;longuint64 rows_before_limit = 5;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getRows
long getRows()uint64 rows = 1;- Returns:
- The rows.
-
getBlocks
long getBlocks()uint64 blocks = 2;- Returns:
- The blocks.
-
getAllocatedBytes
long getAllocatedBytes()uint64 allocated_bytes = 3;- Returns:
- The allocatedBytes.
-
getAppliedLimit
boolean getAppliedLimit()bool applied_limit = 4;- Returns:
- The appliedLimit.
-
getRowsBeforeLimit
long getRowsBeforeLimit()uint64 rows_before_limit = 5;- Returns:
- The rowsBeforeLimit.
-