Class Reports.MemStats

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
mdg.engine.proto.Reports.MemStats
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, Reports.MemStatsOrBuilder
Enclosing class:
Reports

public static final class Reports.MemStats extends com.google.protobuf.GeneratedMessage implements Reports.MemStatsOrBuilder
Protobuf type mdg.engine.proto.MemStats
See Also:
  • Field Details

    • TOTAL_BYTES_FIELD_NUMBER

      public static final int TOTAL_BYTES_FIELD_NUMBER
      See Also:
    • STACK_BYTES_FIELD_NUMBER

      public static final int STACK_BYTES_FIELD_NUMBER
      See Also:
    • HEAP_BYTES_FIELD_NUMBER

      public static final int HEAP_BYTES_FIELD_NUMBER
      See Also:
    • HEAP_RELEASED_BYTES_FIELD_NUMBER

      public static final int HEAP_RELEASED_BYTES_FIELD_NUMBER
      See Also:
    • GC_OVERHEAD_BYTES_FIELD_NUMBER

      public static final int GC_OVERHEAD_BYTES_FIELD_NUMBER
      See Also:
    • STACK_USED_BYTES_FIELD_NUMBER

      public static final int STACK_USED_BYTES_FIELD_NUMBER
      See Also:
    • HEAP_ALLOCATED_BYTES_FIELD_NUMBER

      public static final int HEAP_ALLOCATED_BYTES_FIELD_NUMBER
      See Also:
    • HEAP_ALLOCATED_OBJECTS_FIELD_NUMBER

      public static final int HEAP_ALLOCATED_OBJECTS_FIELD_NUMBER
      See Also:
    • HEAP_ALLOCATED_BYTES_DELTA_FIELD_NUMBER

      public static final int HEAP_ALLOCATED_BYTES_DELTA_FIELD_NUMBER
      See Also:
    • HEAP_ALLOCATED_OBJECTS_DELTA_FIELD_NUMBER

      public static final int HEAP_ALLOCATED_OBJECTS_DELTA_FIELD_NUMBER
      See Also:
    • HEAP_FREED_OBJECTS_DELTA_FIELD_NUMBER

      public static final int HEAP_FREED_OBJECTS_DELTA_FIELD_NUMBER
      See Also:
    • GC_STW_NS_DELTA_FIELD_NUMBER

      public static final int GC_STW_NS_DELTA_FIELD_NUMBER
      See Also:
    • GC_COUNT_DELTA_FIELD_NUMBER

      public static final int GC_COUNT_DELTA_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getTotalBytes

      public long getTotalBytes()
       MemStats.Sys
       
      uint64 total_bytes = 1;
      Specified by:
      getTotalBytes in interface Reports.MemStatsOrBuilder
      Returns:
      The totalBytes.
    • getStackBytes

      public long getStackBytes()
       MemStats.StackSys
       
      uint64 stack_bytes = 2;
      Specified by:
      getStackBytes in interface Reports.MemStatsOrBuilder
      Returns:
      The stackBytes.
    • getHeapBytes

      public long getHeapBytes()
       MemStats.HeapSys
       
      uint64 heap_bytes = 3;
      Specified by:
      getHeapBytes in interface Reports.MemStatsOrBuilder
      Returns:
      The heapBytes.
    • getHeapReleasedBytes

      public long getHeapReleasedBytes()
       MemStats.HeapReleased
       
      uint64 heap_released_bytes = 13;
      Specified by:
      getHeapReleasedBytes in interface Reports.MemStatsOrBuilder
      Returns:
      The heapReleasedBytes.
    • getGcOverheadBytes

      public long getGcOverheadBytes()
       MemStats.GCSys
       
      uint64 gc_overhead_bytes = 4;
      Specified by:
      getGcOverheadBytes in interface Reports.MemStatsOrBuilder
      Returns:
      The gcOverheadBytes.
    • getStackUsedBytes

      public long getStackUsedBytes()
       MemStats.StackInuse
       
      uint64 stack_used_bytes = 5;
      Specified by:
      getStackUsedBytes in interface Reports.MemStatsOrBuilder
      Returns:
      The stackUsedBytes.
    • getHeapAllocatedBytes

      public long getHeapAllocatedBytes()
       MemStats.HeapAlloc
       
      uint64 heap_allocated_bytes = 6;
      Specified by:
      getHeapAllocatedBytes in interface Reports.MemStatsOrBuilder
      Returns:
      The heapAllocatedBytes.
    • getHeapAllocatedObjects

      public long getHeapAllocatedObjects()
       MemStats.HeapObjects
       
      uint64 heap_allocated_objects = 7;
      Specified by:
      getHeapAllocatedObjects in interface Reports.MemStatsOrBuilder
      Returns:
      The heapAllocatedObjects.
    • getHeapAllocatedBytesDelta

      public long getHeapAllocatedBytesDelta()
       MemStats.TotalAlloc delta
       
      uint64 heap_allocated_bytes_delta = 8;
      Specified by:
      getHeapAllocatedBytesDelta in interface Reports.MemStatsOrBuilder
      Returns:
      The heapAllocatedBytesDelta.
    • getHeapAllocatedObjectsDelta

      public long getHeapAllocatedObjectsDelta()
       MemStats.Mallocs delta
       
      uint64 heap_allocated_objects_delta = 9;
      Specified by:
      getHeapAllocatedObjectsDelta in interface Reports.MemStatsOrBuilder
      Returns:
      The heapAllocatedObjectsDelta.
    • getHeapFreedObjectsDelta

      public long getHeapFreedObjectsDelta()
       MemStats.Frees delta
       
      uint64 heap_freed_objects_delta = 10;
      Specified by:
      getHeapFreedObjectsDelta in interface Reports.MemStatsOrBuilder
      Returns:
      The heapFreedObjectsDelta.
    • getGcStwNsDelta

      public long getGcStwNsDelta()
       MemStats.PauseTotalNs delta
       
      uint64 gc_stw_ns_delta = 11;
      Specified by:
      getGcStwNsDelta in interface Reports.MemStatsOrBuilder
      Returns:
      The gcStwNsDelta.
    • getGcCountDelta

      public long getGcCountDelta()
       MemStats.NumGC delta
       
      uint64 gc_count_delta = 12;
      Specified by:
      getGcCountDelta in interface Reports.MemStatsOrBuilder
      Returns:
      The gcCountDelta.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Reports.MemStats parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Reports.MemStats parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Reports.MemStats parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Reports.MemStats parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Reports.MemStats parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Reports.MemStats parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Reports.MemStats parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Reports.MemStats parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Reports.MemStats parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Reports.MemStats parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Reports.MemStats parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Reports.MemStats parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Reports.MemStats.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Reports.MemStats.Builder newBuilder()
    • newBuilder

      public static Reports.MemStats.Builder newBuilder(Reports.MemStats prototype)
    • toBuilder

      public Reports.MemStats.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Reports.MemStats.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static Reports.MemStats getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Reports.MemStats> parser()
    • getParserForType

      public com.google.protobuf.Parser<Reports.MemStats> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public Reports.MemStats getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder