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
      long getAllocatedBytes()
      uint64 allocated_bytes = 3;
      boolean getAppliedLimit()
      bool applied_limit = 4;
      long getBlocks()
      uint64 blocks = 2;
      long getRows()
      uint64 rows = 1;
      long getRowsBeforeLimit()
      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 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.