Interface BfcMemoryMap.MemChunkOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    BfcMemoryMap.MemChunk, BfcMemoryMap.MemChunk.Builder
    Enclosing class:
    BfcMemoryMap

    public static interface BfcMemoryMap.MemChunkOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getActionCount()
      uint64 action_count = 7;
      long getAddress()
      uint64 address = 1;
      int getBin()
      int32 bin = 4;
      long getFreedAtCount()
      uint64 freed_at_count = 6;
      boolean getInUse()
      bool in_use = 8;
      java.lang.String getOpName()
      string op_name = 5;
      com.google.protobuf.ByteString getOpNameBytes()
      string op_name = 5;
      long getRequestedSize()
      int64 requested_size = 3;
      long getSize()
      int64 size = 2;
      long getStepId()
      uint64 step_id = 9;
      • 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

      • getAddress

        long getAddress()
        uint64 address = 1;
        Returns:
        The address.
      • getSize

        long getSize()
        int64 size = 2;
        Returns:
        The size.
      • getRequestedSize

        long getRequestedSize()
        int64 requested_size = 3;
        Returns:
        The requestedSize.
      • getBin

        int getBin()
        int32 bin = 4;
        Returns:
        The bin.
      • getOpName

        java.lang.String getOpName()
        string op_name = 5;
        Returns:
        The opName.
      • getOpNameBytes

        com.google.protobuf.ByteString getOpNameBytes()
        string op_name = 5;
        Returns:
        The bytes for opName.
      • getFreedAtCount

        long getFreedAtCount()
        uint64 freed_at_count = 6;
        Returns:
        The freedAtCount.
      • getActionCount

        long getActionCount()
        uint64 action_count = 7;
        Returns:
        The actionCount.
      • getInUse

        boolean getInUse()
        bool in_use = 8;
        Returns:
        The inUse.
      • getStepId

        long getStepId()
        uint64 step_id = 9;
        Returns:
        The stepId.