Interface GCOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GC,GC.Builder
public interface GCOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getPhaseValue
int getPhaseValue().skywalking.v3.GCPhase phase = 1;- Returns:
- The enum numeric value on the wire for phase.
-
getPhase
GCPhase getPhase().skywalking.v3.GCPhase phase = 1;- Returns:
- The phase.
-
getCount
long getCount()int64 count = 2;- Returns:
- The count.
-
getTime
long getTime()int64 time = 3;- Returns:
- The time.
-