| Package | Description |
|---|---|
| org.apache.skywalking.apm.network.logging.v3 |
| Modifier and Type | Method and Description |
|---|---|
TraceContext |
TraceContext.Builder.build() |
TraceContext |
TraceContext.Builder.buildPartial() |
static TraceContext |
TraceContext.getDefaultInstance() |
TraceContext |
TraceContext.getDefaultInstanceForType() |
TraceContext |
TraceContext.Builder.getDefaultInstanceForType() |
TraceContext |
LogData.getTraceContext()
[Optional] Logs with trace context
|
TraceContext |
LogData.Builder.getTraceContext()
[Optional] Logs with trace context
|
TraceContext |
LogDataOrBuilder.getTraceContext()
[Optional] Logs with trace context
|
static TraceContext |
TraceContext.parseDelimitedFrom(InputStream input) |
static TraceContext |
TraceContext.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TraceContext |
TraceContext.parseFrom(byte[] data) |
static TraceContext |
TraceContext.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TraceContext |
TraceContext.parseFrom(ByteBuffer data) |
static TraceContext |
TraceContext.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TraceContext |
TraceContext.parseFrom(com.google.protobuf.ByteString data) |
static TraceContext |
TraceContext.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TraceContext |
TraceContext.parseFrom(com.google.protobuf.CodedInputStream input) |
static TraceContext |
TraceContext.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TraceContext |
TraceContext.parseFrom(InputStream input) |
static TraceContext |
TraceContext.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<TraceContext> |
TraceContext.getParserForType() |
static com.google.protobuf.Parser<TraceContext> |
TraceContext.parser() |
| Modifier and Type | Method and Description |
|---|---|
TraceContext.Builder |
TraceContext.Builder.mergeFrom(TraceContext other) |
LogData.Builder |
LogData.Builder.mergeTraceContext(TraceContext value)
[Optional] Logs with trace context
|
static TraceContext.Builder |
TraceContext.newBuilder(TraceContext prototype) |
LogData.Builder |
LogData.Builder.setTraceContext(TraceContext value)
[Optional] Logs with trace context
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.