所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
GC, GC.Builder

public interface GCOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法概要

    修饰符和类型
    方法
    说明
    long
    int64 count = 2;
    .skywalking.v3.GCPhase phase = 1;
    int
    .skywalking.v3.GCPhase phase = 1;
    long
    int64 time = 3;

    从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    从接口继承的方法 com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • 方法详细资料

    • getPhaseValue

      int getPhaseValue()
      .skywalking.v3.GCPhase phase = 1;
      返回:
      The enum numeric value on the wire for phase.
    • getPhase

      GCPhase getPhase()
      .skywalking.v3.GCPhase phase = 1;
      返回:
      The phase.
    • getCount

      long getCount()
      int64 count = 2;
      返回:
      The count.
    • getTime

      long getTime()
      int64 time = 3;
      返回:
      The time.