Package org.webswing.model.app.proto
Interface ServerAppFrameProto.JvmStatsMsgOutProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServerAppFrameProto.JvmStatsMsgOutProto,ServerAppFrameProto.JvmStatsMsgOutProto.Builder
- Enclosing class:
- ServerAppFrameProto
public static interface ServerAppFrameProto.JvmStatsMsgOutProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetCpuUsage()optional double cpuUsage = 3;intgetEdtPingSeconds()optional sint32 edtPingSeconds = 4;doublegetHeapSize()optional double heapSize = 1;doublegetHeapSizeUsed()optional double heapSizeUsed = 2;booleanhasCpuUsage()optional double cpuUsage = 3;booleanhasEdtPingSeconds()optional sint32 edtPingSeconds = 4;booleanhasHeapSize()optional double heapSize = 1;booleanhasHeapSizeUsed()optional double heapSizeUsed = 2;-
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;
-
-