Uses of Enum
org.apache.skywalking.apm.network.language.agent.v3.RefType
Packages that use RefType
-
Uses of RefType in org.apache.skywalking.apm.network.language.agent.v3
Methods in org.apache.skywalking.apm.network.language.agent.v3 that return RefTypeModifier and TypeMethodDescriptionstatic RefTypeRefType.forNumber(int value) SegmentReference.Builder.getRefType()Represent the reference type.SegmentReference.getRefType()Represent the reference type.SegmentReferenceOrBuilder.getRefType()Represent the reference type.static RefTypeRefType.valueOf(int value) Deprecated.static RefTypeRefType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static RefTypeReturns the enum constant of this type with the specified name.static RefType[]RefType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.skywalking.apm.network.language.agent.v3 that return types with arguments of type RefTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<RefType>RefType.internalGetValueMap()Methods in org.apache.skywalking.apm.network.language.agent.v3 with parameters of type RefTypeModifier and TypeMethodDescriptionSegmentReference.Builder.setRefType(RefType value) Represent the reference type.