Interface CpuMemoryUtilizationOuterClass.CpuMemoryUtilizationPerApplicationOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getAllocations()
      Number of allocations
      long getAllocationsFailed()
      Number of allocations failed
      long getBytesAllocated()
      Number of bytes allocated
      long getFrees()
      Number of frees
      String getName()
      Application name
      com.google.protobuf.ByteString getNameBytes()
      Application name
      boolean hasAllocations()
      Number of allocations
      boolean hasAllocationsFailed()
      Number of allocations failed
      boolean hasBytesAllocated()
      Number of bytes allocated
      boolean hasFrees()
      Number of frees
      boolean hasName()
      Application name
      • 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

      • hasName

        boolean hasName()
         Application name
         
        optional string name = 1;
        Returns:
        Whether the name field is set.
      • getName

        String getName()
         Application name
         
        optional string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Application name
         
        optional string name = 1;
        Returns:
        The bytes for name.
      • hasBytesAllocated

        boolean hasBytesAllocated()
         Number of bytes allocated
         
        optional uint64 bytes_allocated = 2;
        Returns:
        Whether the bytesAllocated field is set.
      • getBytesAllocated

        long getBytesAllocated()
         Number of bytes allocated
         
        optional uint64 bytes_allocated = 2;
        Returns:
        The bytesAllocated.
      • hasAllocations

        boolean hasAllocations()
          Number of allocations
         
        optional uint64 allocations = 3;
        Returns:
        Whether the allocations field is set.
      • getAllocations

        long getAllocations()
          Number of allocations
         
        optional uint64 allocations = 3;
        Returns:
        The allocations.
      • hasFrees

        boolean hasFrees()
          Number of frees
         
        optional uint64 frees = 4;
        Returns:
        Whether the frees field is set.
      • getFrees

        long getFrees()
          Number of frees
         
        optional uint64 frees = 4;
        Returns:
        The frees.
      • hasAllocationsFailed

        boolean hasAllocationsFailed()
         Number of allocations failed
         
        optional uint64 allocations_failed = 5;
        Returns:
        Whether the allocationsFailed field is set.
      • getAllocationsFailed

        long getAllocationsFailed()
         Number of allocations failed
         
        optional uint64 allocations_failed = 5;
        Returns:
        The allocationsFailed.