接口 CLRMetricOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
CLRMetric,CLRMetric.Builder
public interface CLRMetricOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明getCpu().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;从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getTime
long getTime()int64 time = 1;- 返回:
- The time.
-
hasCpu
boolean hasCpu().skywalking.v3.CPU cpu = 2;- 返回:
- Whether the cpu field is set.
-
getCpu
CPU getCpu().skywalking.v3.CPU cpu = 2;- 返回:
- The cpu.
-
getCpuOrBuilder
CPUOrBuilder getCpuOrBuilder().skywalking.v3.CPU cpu = 2; -
hasGc
boolean hasGc().skywalking.v3.ClrGC gc = 3;- 返回:
- Whether the gc field is set.
-
getGc
ClrGC getGc().skywalking.v3.ClrGC gc = 3;- 返回:
- The gc.
-
getGcOrBuilder
ClrGCOrBuilder getGcOrBuilder().skywalking.v3.ClrGC gc = 3; -
hasThread
boolean hasThread().skywalking.v3.ClrThread thread = 4;- 返回:
- Whether the thread field is set.
-
getThread
ClrThread getThread().skywalking.v3.ClrThread thread = 4;- 返回:
- The thread.
-
getThreadOrBuilder
ClrThreadOrBuilder getThreadOrBuilder().skywalking.v3.ClrThread thread = 4;
-