Uses of Enum
org.apache.skywalking.apm.network.language.agent.v3.SpanType
Packages that use SpanType
-
Uses of SpanType in org.apache.skywalking.apm.network.language.agent.v3
Methods in org.apache.skywalking.apm.network.language.agent.v3 that return SpanTypeModifier and TypeMethodDescriptionstatic SpanTypeSpanType.forNumber(int value) SpanObject.Builder.getSpanType()Span type represents the role in the RPC context.SpanObject.getSpanType()Span type represents the role in the RPC context.SpanObjectOrBuilder.getSpanType()Span type represents the role in the RPC context.static SpanTypeSpanType.valueOf(int value) Deprecated.static SpanTypeSpanType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static SpanTypeReturns the enum constant of this type with the specified name.static SpanType[]SpanType.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 SpanTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<SpanType>SpanType.internalGetValueMap()Methods in org.apache.skywalking.apm.network.language.agent.v3 with parameters of type SpanTypeModifier and TypeMethodDescriptionSpanObject.Builder.setSpanType(SpanType value) Span type represents the role in the RPC context.