Interface BfcMemoryMap.BinSummaryOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getBin()
      int32 bin = 1;
      long getTotalBytesInBin()
      int64 total_bytes_in_bin = 3;
      long getTotalBytesInUse()
      int64 total_bytes_in_use = 2;
      long getTotalChunksInBin()
      int64 total_chunks_in_bin = 5;
      long getTotalChunksInUse()
      int64 total_chunks_in_use = 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 Detail

      • getBin

        int getBin()
        int32 bin = 1;
        Returns:
        The bin.
      • getTotalBytesInUse

        long getTotalBytesInUse()
        int64 total_bytes_in_use = 2;
        Returns:
        The totalBytesInUse.
      • getTotalBytesInBin

        long getTotalBytesInBin()
        int64 total_bytes_in_bin = 3;
        Returns:
        The totalBytesInBin.
      • getTotalChunksInUse

        long getTotalChunksInUse()
        int64 total_chunks_in_use = 4;
        Returns:
        The totalChunksInUse.
      • getTotalChunksInBin

        long getTotalChunksInBin()
        int64 total_chunks_in_bin = 5;
        Returns:
        The totalChunksInBin.