Interface CLRMetricOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CLRMetric,CLRMetric.Builder
public interface CLRMetricOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCpu().skywalking.v3.CPU cpu = 2;.skywalking.v3.CPU cpu = 2;getGc().skywalking.v3.ClrGC gc = 3;.skywalking.v3.ClrGC gc = 3;.skywalking.v3.ClrThread thread = 4;.skywalking.v3.ClrThread thread = 4;longgetTime()int64 time = 1;booleanhasCpu().skywalking.v3.CPU cpu = 2;booleanhasGc().skywalking.v3.ClrGC gc = 3;boolean.skywalking.v3.ClrThread thread = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTime
long getTime()int64 time = 1;- Returns:
- The time.
-
hasCpu
boolean hasCpu().skywalking.v3.CPU cpu = 2;- Returns:
- Whether the cpu field is set.
-
getCpu
CPU getCpu().skywalking.v3.CPU cpu = 2;- Returns:
- The cpu.
-
getCpuOrBuilder
CPUOrBuilder getCpuOrBuilder().skywalking.v3.CPU cpu = 2; -
hasGc
boolean hasGc().skywalking.v3.ClrGC gc = 3;- Returns:
- Whether the gc field is set.
-
getGc
ClrGC getGc().skywalking.v3.ClrGC gc = 3;- Returns:
- The gc.
-
getGcOrBuilder
ClrGCOrBuilder getGcOrBuilder().skywalking.v3.ClrGC gc = 3; -
hasThread
boolean hasThread().skywalking.v3.ClrThread thread = 4;- Returns:
- Whether the thread field is set.
-
getThread
ClrThread getThread().skywalking.v3.ClrThread thread = 4;- Returns:
- The thread.
-
getThreadOrBuilder
ClrThreadOrBuilder getThreadOrBuilder().skywalking.v3.ClrThread thread = 4;
-