Interface BfcMemoryMap.SnapShotOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getActionCount()
      uint64 action_count = 1;
      long getSize()
      int64 size = 2;
      • 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

      • getActionCount

        long getActionCount()
        uint64 action_count = 1;
        Returns:
        The actionCount.
      • getSize

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