Uses of Class
org.apache.skywalking.apm.network.language.agent.v3.SegmentReference
Packages that use SegmentReference
-
Uses of SegmentReference in org.apache.skywalking.apm.network.language.agent.v3
Methods in org.apache.skywalking.apm.network.language.agent.v3 that return SegmentReferenceModifier and TypeMethodDescriptionSegmentReference.Builder.build()SegmentReference.Builder.buildPartial()static SegmentReferenceSegmentReference.getDefaultInstance()SegmentReference.Builder.getDefaultInstanceForType()SegmentReference.getDefaultInstanceForType()SpanObject.Builder.getRefs(int index) <Optional> In the across thread and across process, these references targeting the parent segments.SpanObject.getRefs(int index) <Optional> In the across thread and across process, these references targeting the parent segments.SpanObjectOrBuilder.getRefs(int index) <Optional> In the across thread and across process, these references targeting the parent segments.static SegmentReferenceSegmentReference.parseDelimitedFrom(InputStream input) static SegmentReferenceSegmentReference.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SegmentReferenceSegmentReference.parseFrom(byte[] data) static SegmentReferenceSegmentReference.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SegmentReferenceSegmentReference.parseFrom(com.google.protobuf.ByteString data) static SegmentReferenceSegmentReference.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SegmentReferenceSegmentReference.parseFrom(com.google.protobuf.CodedInputStream input) static SegmentReferenceSegmentReference.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SegmentReferenceSegmentReference.parseFrom(InputStream input) static SegmentReferenceSegmentReference.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SegmentReferenceSegmentReference.parseFrom(ByteBuffer data) static SegmentReferenceSegmentReference.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.skywalking.apm.network.language.agent.v3 that return types with arguments of type SegmentReferenceModifier and TypeMethodDescriptioncom.google.protobuf.Parser<SegmentReference>SegmentReference.getParserForType()SpanObject.Builder.getRefsList()<Optional> In the across thread and across process, these references targeting the parent segments.SpanObject.getRefsList()<Optional> In the across thread and across process, these references targeting the parent segments.SpanObjectOrBuilder.getRefsList()<Optional> In the across thread and across process, these references targeting the parent segments.static com.google.protobuf.Parser<SegmentReference>SegmentReference.parser()Methods in org.apache.skywalking.apm.network.language.agent.v3 with parameters of type SegmentReferenceModifier and TypeMethodDescriptionSpanObject.Builder.addRefs(int index, SegmentReference value) <Optional> In the across thread and across process, these references targeting the parent segments.SpanObject.Builder.addRefs(SegmentReference value) <Optional> In the across thread and across process, these references targeting the parent segments.SegmentReference.Builder.mergeFrom(SegmentReference other) static SegmentReference.BuilderSegmentReference.newBuilder(SegmentReference prototype) SpanObject.Builder.setRefs(int index, SegmentReference value) <Optional> In the across thread and across process, these references targeting the parent segments.Method parameters in org.apache.skywalking.apm.network.language.agent.v3 with type arguments of type SegmentReferenceModifier and TypeMethodDescriptionSpanObject.Builder.addAllRefs(Iterable<? extends SegmentReference> values) <Optional> In the across thread and across process, these references targeting the parent segments.