| Package | Description |
|---|---|
| org.apache.skywalking.apm.network.language.agent.v3 |
| Modifier and Type | Method and Description |
|---|---|
SpanObject |
SpanObject.Builder.build() |
SpanObject |
SpanObject.Builder.buildPartial() |
static SpanObject |
SpanObject.getDefaultInstance() |
SpanObject |
SpanObject.getDefaultInstanceForType() |
SpanObject |
SpanObject.Builder.getDefaultInstanceForType() |
SpanObject |
SegmentObject.getSpans(int index)
Span collections included in this segment.
|
SpanObject |
SegmentObject.Builder.getSpans(int index)
Span collections included in this segment.
|
SpanObject |
SegmentObjectOrBuilder.getSpans(int index)
Span collections included in this segment.
|
static SpanObject |
SpanObject.parseDelimitedFrom(InputStream input) |
static SpanObject |
SpanObject.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SpanObject |
SpanObject.parseFrom(byte[] data) |
static SpanObject |
SpanObject.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SpanObject |
SpanObject.parseFrom(ByteBuffer data) |
static SpanObject |
SpanObject.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SpanObject |
SpanObject.parseFrom(com.google.protobuf.ByteString data) |
static SpanObject |
SpanObject.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SpanObject |
SpanObject.parseFrom(com.google.protobuf.CodedInputStream input) |
static SpanObject |
SpanObject.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SpanObject |
SpanObject.parseFrom(InputStream input) |
static SpanObject |
SpanObject.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<SpanObject> |
SpanObject.getParserForType() |
List<SpanObject> |
SegmentObject.getSpansList()
Span collections included in this segment.
|
List<SpanObject> |
SegmentObject.Builder.getSpansList()
Span collections included in this segment.
|
List<SpanObject> |
SegmentObjectOrBuilder.getSpansList()
Span collections included in this segment.
|
static com.google.protobuf.Parser<SpanObject> |
SpanObject.parser() |
| Modifier and Type | Method and Description |
|---|---|
SegmentObject.Builder |
SegmentObject.Builder.addSpans(int index,
SpanObject value)
Span collections included in this segment.
|
SegmentObject.Builder |
SegmentObject.Builder.addSpans(SpanObject value)
Span collections included in this segment.
|
SpanObject.Builder |
SpanObject.Builder.mergeFrom(SpanObject other) |
static SpanObject.Builder |
SpanObject.newBuilder(SpanObject prototype) |
SegmentObject.Builder |
SegmentObject.Builder.setSpans(int index,
SpanObject value)
Span collections included in this segment.
|
| Modifier and Type | Method and Description |
|---|---|
SegmentObject.Builder |
SegmentObject.Builder.addAllSpans(Iterable<? extends SpanObject> values)
Span collections included in this segment.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.