Interface MemoryOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Memory, Memory.Builder

public interface MemoryOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    int64 committed = 5;
    long
    int64 init = 2;
    boolean
    bool isHeap = 1;
    long
    int64 max = 3;
    long
    int64 used = 4;

    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

    • getIsHeap

      boolean getIsHeap()
      bool isHeap = 1;
      Returns:
      The isHeap.
    • getInit

      long getInit()
      int64 init = 2;
      Returns:
      The init.
    • getMax

      long getMax()
      int64 max = 3;
      Returns:
      The max.
    • getUsed

      long getUsed()
      int64 used = 4;
      Returns:
      The used.
    • getCommitted

      long getCommitted()
      int64 committed = 5;
      Returns:
      The committed.