类 ProfileTaskGrpc.ProfileTaskImplBase
java.lang.Object
org.apache.skywalking.apm.network.language.profile.v3.compat.ProfileTaskGrpc.ProfileTaskImplBase
- 所有已实现的接口:
io.grpc.BindableService
- 封闭类:
- ProfileTaskGrpc
public abstract static class ProfileTaskGrpc.ProfileTaskImplBase
extends Object
implements io.grpc.BindableService
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明final io.grpc.ServerServiceDefinitionio.grpc.stub.StreamObserver<ThreadSnapshot>collectSnapshot(io.grpc.stub.StreamObserver<Commands> responseObserver) collect dumped thread snapshotvoidgetProfileTaskCommands(ProfileTaskCommandQuery request, io.grpc.stub.StreamObserver<Commands> responseObserver) query all sniffer need to execute profile task commandsvoidreportTaskFinish(ProfileTaskFinishReport request, io.grpc.stub.StreamObserver<Commands> responseObserver) report profiling task finished
-
构造器详细资料
-
ProfileTaskImplBase
public ProfileTaskImplBase()
-
-
方法详细资料
-
getProfileTaskCommands
public void getProfileTaskCommands(ProfileTaskCommandQuery request, io.grpc.stub.StreamObserver<Commands> responseObserver) query all sniffer need to execute profile task commands
-
collectSnapshot
public io.grpc.stub.StreamObserver<ThreadSnapshot> collectSnapshot(io.grpc.stub.StreamObserver<Commands> responseObserver) collect dumped thread snapshot
-
reportTaskFinish
public void reportTaskFinish(ProfileTaskFinishReport request, io.grpc.stub.StreamObserver<Commands> responseObserver) report profiling task finished
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- 指定者:
bindService在接口中io.grpc.BindableService
-