Interface ServerAppFrameProto.JvmStatsMsgOutProtoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getCpuUsage()
      optional double cpuUsage = 3;
      int getEdtPingSeconds()
      optional sint32 edtPingSeconds = 4;
      double getHeapSize()
      optional double heapSize = 1;
      double getHeapSizeUsed()
      optional double heapSizeUsed = 2;
      boolean hasCpuUsage()
      optional double cpuUsage = 3;
      boolean hasEdtPingSeconds()
      optional sint32 edtPingSeconds = 4;
      boolean hasHeapSize()
      optional double heapSize = 1;
      boolean hasHeapSizeUsed()
      optional double heapSizeUsed = 2;
      • 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

      • hasHeapSize

        boolean hasHeapSize()
        optional double heapSize = 1;
      • getHeapSize

        double getHeapSize()
        optional double heapSize = 1;
      • hasHeapSizeUsed

        boolean hasHeapSizeUsed()
        optional double heapSizeUsed = 2;
      • getHeapSizeUsed

        double getHeapSizeUsed()
        optional double heapSizeUsed = 2;
      • hasCpuUsage

        boolean hasCpuUsage()
        optional double cpuUsage = 3;
      • getCpuUsage

        double getCpuUsage()
        optional double cpuUsage = 3;
      • hasEdtPingSeconds

        boolean hasEdtPingSeconds()
        optional sint32 edtPingSeconds = 4;
      • getEdtPingSeconds

        int getEdtPingSeconds()
        optional sint32 edtPingSeconds = 4;