类 ContinuousProfilingServiceGrpc.ContinuousProfilingServiceImplBase
java.lang.Object
org.apache.skywalking.apm.network.ebpf.profiling.v3.ContinuousProfilingServiceGrpc.ContinuousProfilingServiceImplBase
- 所有已实现的接口:
io.grpc.BindableService
public abstract static class ContinuousProfilingServiceGrpc.ContinuousProfilingServiceImplBase
extends Object
implements io.grpc.BindableService
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明final io.grpc.ServerServiceDefinitionvoidqueryPolicies(ContinuousProfilingPolicyQuery request, io.grpc.stub.StreamObserver<Commands> responseObserver) Query continuous profiling policyvoidreportProfilingTask(ContinuousProfilingReport request, io.grpc.stub.StreamObserver<Commands> responseObserver) Report the profiling task when the policy threshold is reached Use the returned task ID to perform the profiling task through EBPFProfilingService#collectProfilingData.
-
构造器详细资料
-
ContinuousProfilingServiceImplBase
public ContinuousProfilingServiceImplBase()
-
-
方法详细资料
-
queryPolicies
public void queryPolicies(ContinuousProfilingPolicyQuery request, io.grpc.stub.StreamObserver<Commands> responseObserver) Query continuous profiling policy
-
reportProfilingTask
public void reportProfilingTask(ContinuousProfilingReport request, io.grpc.stub.StreamObserver<Commands> responseObserver) Report the profiling task when the policy threshold is reached Use the returned task ID to perform the profiling task through EBPFProfilingService#collectProfilingData.
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- 指定者:
bindService在接口中io.grpc.BindableService
-