类 EBPFProfilingServiceGrpc.EBPFProfilingServiceImplBase
java.lang.Object
org.apache.skywalking.apm.network.ebpf.profiling.v3.EBPFProfilingServiceGrpc.EBPFProfilingServiceImplBase
- 所有已实现的接口:
io.grpc.BindableService
public abstract static class EBPFProfilingServiceGrpc.EBPFProfilingServiceImplBase
extends Object
implements io.grpc.BindableService
Define the Rover Process profiling task and upload profiling data.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明final io.grpc.ServerServiceDefinitionio.grpc.stub.StreamObserver<EBPFProfilingData>collectProfilingData(io.grpc.stub.StreamObserver<Commands> responseObserver) collect profiling datavoidqueryTasks(EBPFProfilingTaskQuery request, io.grpc.stub.StreamObserver<Commands> responseObserver) Query profiling (start or stop) tasks
-
构造器详细资料
-
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
-