Uses of Class
org.apache.skywalking.apm.network.logging.v3.LogData
Packages that use LogData
-
Uses of LogData in org.apache.skywalking.apm.network.logging.v3
Methods in org.apache.skywalking.apm.network.logging.v3 that return LogDataModifier and TypeMethodDescriptionLogData.Builder.build()LogData.Builder.buildPartial()static LogDataLogData.getDefaultInstance()LogData.Builder.getDefaultInstanceForType()LogData.getDefaultInstanceForType()static LogDataLogData.parseDelimitedFrom(InputStream input) static LogDataLogData.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LogDataLogData.parseFrom(byte[] data) static LogDataLogData.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LogDataLogData.parseFrom(com.google.protobuf.ByteString data) static LogDataLogData.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LogDataLogData.parseFrom(com.google.protobuf.CodedInputStream input) static LogDataLogData.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LogDataLogData.parseFrom(InputStream input) static LogDataLogData.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LogDataLogData.parseFrom(ByteBuffer data) static LogDataLogData.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.skywalking.apm.network.logging.v3 that return types with arguments of type LogDataModifier and TypeMethodDescriptionio.grpc.stub.StreamObserver<LogData>LogReportServiceGrpc.LogReportServiceImplBase.collect(io.grpc.stub.StreamObserver<Commands> responseObserver) Recommend to report log data in a stream mode.io.grpc.stub.StreamObserver<LogData>LogReportServiceGrpc.LogReportServiceStub.collect(io.grpc.stub.StreamObserver<Commands> responseObserver) Recommend to report log data in a stream mode.LogReportServiceGrpc.getCollectMethod()com.google.protobuf.Parser<LogData>LogData.getParserForType()static com.google.protobuf.Parser<LogData>LogData.parser()Methods in org.apache.skywalking.apm.network.logging.v3 with parameters of type LogData