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 Type
    Method
    Description
    long
    uint64 allocated_bytes = 3;
    boolean
    bool applied_limit = 4;
    long
    uint64 blocks = 2;
    long
    uint64 rows = 1;
    long
    uint64 rows_before_limit = 5;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.