Interface CpuMemoryUtilizationOuterClass.CpuMemoryUtilizationSummaryOrBuilder

    • Method Detail

      • hasName

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

        String getName()
         Name of the partition.
         
        optional string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Name of the partition.
         
        optional string name = 1;
        Returns:
        The bytes for name.
      • hasSize

        boolean hasSize()
         The total size of the partition in bytes
         
        optional uint64 size = 2;
        Returns:
        Whether the size field is set.
      • getSize

        long getSize()
         The total size of the partition in bytes
         
        optional uint64 size = 2;
        Returns:
        The size.
      • hasBytesAllocated

        boolean hasBytesAllocated()
         The amount of memory currently allocated from the partition in bytes
         
        optional uint64 bytes_allocated = 3;
        Returns:
        Whether the bytesAllocated field is set.
      • getBytesAllocated

        long getBytesAllocated()
         The amount of memory currently allocated from the partition in bytes
         
        optional uint64 bytes_allocated = 3;
        Returns:
        The bytesAllocated.
      • hasUtilization

        boolean hasUtilization()
         The amount of memory that is currently allocated, expressed
         as percentage of the total (0--100).
         
        optional int32 utilization = 4;
        Returns:
        Whether the utilization field is set.
      • getUtilization

        int getUtilization()
         The amount of memory that is currently allocated, expressed
         as percentage of the total (0--100).
         
        optional int32 utilization = 4;
        Returns:
        The utilization.
      • getApplicationUtilizationCount

        int getApplicationUtilizationCount()
         Per application based memory utilization for this memory partition
         
        repeated .CpuMemoryUtilizationPerApplication application_utilization = 5;