类 EBPFProfilingServiceGrpc.EBPFProfilingServiceImplBase

java.lang.Object
org.apache.skywalking.apm.network.ebpf.profiling.v3.EBPFProfilingServiceGrpc.EBPFProfilingServiceImplBase
所有已实现的接口:
io.grpc.BindableService
封闭类:
EBPFProfilingServiceGrpc

public abstract static class EBPFProfilingServiceGrpc.EBPFProfilingServiceImplBase extends Object implements io.grpc.BindableService
 Define the Rover Process profiling task and upload profiling data.
 
  • 构造器详细资料

    • EBPFProfilingServiceImplBase

      public EBPFProfilingServiceImplBase()
  • 方法详细资料

    • queryTasks

      public void queryTasks(EBPFProfilingTaskQuery request, io.grpc.stub.StreamObserver<Commands> responseObserver)
       Query profiling (start or stop) tasks
       
    • collectProfilingData

      public io.grpc.stub.StreamObserver<EBPFProfilingData> collectProfilingData(io.grpc.stub.StreamObserver<Commands> responseObserver)
       collect profiling data
       
    • bindService

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