Uses of Class
org.apache.skywalking.apm.network.logging.v3.TraceContext
Packages that use TraceContext
-
Uses of TraceContext in org.apache.skywalking.apm.network.logging.v3
Methods in org.apache.skywalking.apm.network.logging.v3 that return TraceContextModifier and TypeMethodDescriptionTraceContext.Builder.build()TraceContext.Builder.buildPartial()static TraceContextTraceContext.getDefaultInstance()TraceContext.Builder.getDefaultInstanceForType()TraceContext.getDefaultInstanceForType()LogData.Builder.getTraceContext()[Optional] Logs with trace contextLogData.getTraceContext()[Optional] Logs with trace contextLogDataOrBuilder.getTraceContext()[Optional] Logs with trace contextstatic TraceContextTraceContext.parseDelimitedFrom(InputStream input) static TraceContextTraceContext.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TraceContextTraceContext.parseFrom(byte[] data) static TraceContextTraceContext.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TraceContextTraceContext.parseFrom(com.google.protobuf.ByteString data) static TraceContextTraceContext.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TraceContextTraceContext.parseFrom(com.google.protobuf.CodedInputStream input) static TraceContextTraceContext.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TraceContextTraceContext.parseFrom(InputStream input) static TraceContextTraceContext.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TraceContextTraceContext.parseFrom(ByteBuffer data) static TraceContextTraceContext.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.skywalking.apm.network.logging.v3 that return types with arguments of type TraceContextModifier and TypeMethodDescriptioncom.google.protobuf.Parser<TraceContext>TraceContext.getParserForType()static com.google.protobuf.Parser<TraceContext>TraceContext.parser()Methods in org.apache.skywalking.apm.network.logging.v3 with parameters of type TraceContextModifier and TypeMethodDescriptionTraceContext.Builder.mergeFrom(TraceContext other) LogData.Builder.mergeTraceContext(TraceContext value) [Optional] Logs with trace contextstatic TraceContext.BuilderTraceContext.newBuilder(TraceContext prototype) LogData.Builder.setTraceContext(TraceContext value) [Optional] Logs with trace context