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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetAllocatedBytes()uint64 allocated_bytes = 3;booleangetAppliedLimit()bool applied_limit = 4;longgetBlocks()uint64 blocks = 2;longgetRows()uint64 rows = 1;longgetRowsBeforeLimit()uint64 rows_before_limit = 5;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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.
-
-