Class EBPFProfilingServiceGrpc.EBPFProfilingServiceImplBase

java.lang.Object
org.apache.skywalking.apm.network.ebpf.profiling.v3.EBPFProfilingServiceGrpc.EBPFProfilingServiceImplBase
All Implemented Interfaces:
io.grpc.BindableService
Enclosing class:
EBPFProfilingServiceGrpc

public abstract static class EBPFProfilingServiceGrpc.EBPFProfilingServiceImplBase extends Object implements io.grpc.BindableService
 Define the Rover Process profiling task and upload profiling data.
 
  • Constructor Details

    • EBPFProfilingServiceImplBase

      public EBPFProfilingServiceImplBase()
  • Method Details

    • 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()
      Specified by:
      bindService in interface io.grpc.BindableService