Interface CpuMemoryUtilizationOuterClass.CpuMemoryUtilizationPerApplicationOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getAllocations()
      optional uint64 allocations = 3;
      long getAllocationsFailed()
      optional uint64 allocations_failed = 5;
      long getBytesAllocated()
      optional uint64 bytes_allocated = 2;
      long getFrees()
      optional uint64 frees = 4;
      java.lang.String getName()
      optional string name = 1;
      com.google.protobuf.ByteString getNameBytes()
      optional string name = 1;
      boolean hasAllocations()
      optional uint64 allocations = 3;
      boolean hasAllocationsFailed()
      optional uint64 allocations_failed = 5;
      boolean hasBytesAllocated()
      optional uint64 bytes_allocated = 2;
      boolean hasFrees()
      optional uint64 frees = 4;
      boolean hasName()
      optional string name = 1;
      • 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()
        optional string name = 1;
         Application name
         
      • getName

        java.lang.String getName()
        optional string name = 1;
         Application name
         
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        optional string name = 1;
         Application name
         
      • hasBytesAllocated

        boolean hasBytesAllocated()
        optional uint64 bytes_allocated = 2;
         Number of bytes allocated
         
      • getBytesAllocated

        long getBytesAllocated()
        optional uint64 bytes_allocated = 2;
         Number of bytes allocated
         
      • hasAllocations

        boolean hasAllocations()
        optional uint64 allocations = 3;
          Number of allocations
         
      • getAllocations

        long getAllocations()
        optional uint64 allocations = 3;
          Number of allocations
         
      • hasFrees

        boolean hasFrees()
        optional uint64 frees = 4;
          Number of frees
         
      • getFrees

        long getFrees()
        optional uint64 frees = 4;
          Number of frees
         
      • hasAllocationsFailed

        boolean hasAllocationsFailed()
        optional uint64 allocations_failed = 5;
         Number of allocations failed
         
      • getAllocationsFailed

        long getAllocationsFailed()
        optional uint64 allocations_failed = 5;
         Number of allocations failed