Uses of Enum
org.apache.skywalking.apm.network.language.agent.v3.SpanLayer
Packages that use SpanLayer
-
Uses of SpanLayer in org.apache.skywalking.apm.network.language.agent.v3
Methods in org.apache.skywalking.apm.network.language.agent.v3 that return SpanLayerModifier and TypeMethodDescriptionstatic SpanLayerSpanLayer.forNumber(int value) SpanObject.Builder.getSpanLayer()Span layer represent the component tech stack, related to the network tech.SpanObject.getSpanLayer()Span layer represent the component tech stack, related to the network tech.SpanObjectOrBuilder.getSpanLayer()Span layer represent the component tech stack, related to the network tech.static SpanLayerSpanLayer.valueOf(int value) Deprecated.static SpanLayerSpanLayer.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static SpanLayerReturns the enum constant of this type with the specified name.static SpanLayer[]SpanLayer.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 SpanLayerModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<SpanLayer>SpanLayer.internalGetValueMap()Methods in org.apache.skywalking.apm.network.language.agent.v3 with parameters of type SpanLayerModifier and TypeMethodDescriptionSpanObject.Builder.setSpanLayer(SpanLayer value) Span layer represent the component tech stack, related to the network tech.