类 LogReportServiceGrpc.LogReportServiceImplBase

java.lang.Object
org.apache.skywalking.apm.network.logging.v3.LogReportServiceGrpc.LogReportServiceImplBase
所有已实现的接口:
io.grpc.BindableService
封闭类:
LogReportServiceGrpc

public abstract static class LogReportServiceGrpc.LogReportServiceImplBase extends Object implements io.grpc.BindableService
 Report collected logs into the OAP backend
 
  • 构造器详细资料

    • LogReportServiceImplBase

      public LogReportServiceImplBase()
  • 方法详细资料

    • collect

      public io.grpc.stub.StreamObserver<LogData> collect(io.grpc.stub.StreamObserver<Commands> responseObserver)
       Recommend to report log data in a stream mode.
       The service/instance/endpoint of the log could share the previous value if they are not set.
       Reporting the logs of same service in the batch mode could reduce the network cost.
       
    • bindService

      public final io.grpc.ServerServiceDefinition bindService()
      指定者:
      bindService 在接口中 io.grpc.BindableService