public abstract static class EBPFProfilingServiceGrpc.EBPFProfilingServiceImplBase extends Object implements io.grpc.BindableService
Define the Rover Process profiling task and upload profiling data.
| Constructor and Description |
|---|
EBPFProfilingServiceImplBase() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
io.grpc.stub.StreamObserver<EBPFProfilingData> |
collectProfilingData(io.grpc.stub.StreamObserver<Commands> responseObserver)
collect profiling data
|
void |
queryTasks(EBPFProfilingTaskQuery request,
io.grpc.stub.StreamObserver<Commands> responseObserver)
Query profiling (start or stop) tasks
|
public void queryTasks(EBPFProfilingTaskQuery request, io.grpc.stub.StreamObserver<Commands> responseObserver)
Query profiling (start or stop) tasks
public io.grpc.stub.StreamObserver<EBPFProfilingData> collectProfilingData(io.grpc.stub.StreamObserver<Commands> responseObserver)
collect profiling data
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableServiceCopyright © 2022 The Apache Software Foundation. All rights reserved.