Interface BuildEventStreamProtos.BuildMetrics.MemoryMetrics.GarbageMetricsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getGarbageCollected()
      Number of bytes of garbage of the given type collected during this invocation.
      java.lang.String getType()
      Type of garbage collected, e.g.
      com.google.protobuf.ByteString getTypeBytes()
      Type of garbage collected, e.g.
      • 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

      • getType

        java.lang.String getType()
         Type of garbage collected, e.g. G1 Old Gen.
         
        string type = 1;
        Returns:
        The type.
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
         Type of garbage collected, e.g. G1 Old Gen.
         
        string type = 1;
        Returns:
        The bytes for type.
      • getGarbageCollected

        long getGarbageCollected()
         Number of bytes of garbage of the given type collected during this
         invocation.
         
        int64 garbage_collected = 2;
        Returns:
        The garbageCollected.