public abstract static class ProfileTaskGrpc.ProfileTaskImplBase extends Object implements io.grpc.BindableService
| Constructor and Description |
|---|
ProfileTaskImplBase() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
io.grpc.stub.StreamObserver<ThreadSnapshot> |
collectSnapshot(io.grpc.stub.StreamObserver<Commands> responseObserver)
collect dumped thread snapshot
|
void |
getProfileTaskCommands(ProfileTaskCommandQuery request,
io.grpc.stub.StreamObserver<Commands> responseObserver)
query all sniffer need to execute profile task commands
|
void |
reportTaskFinish(ProfileTaskFinishReport request,
io.grpc.stub.StreamObserver<Commands> responseObserver)
report profiling task finished
|
public void getProfileTaskCommands(ProfileTaskCommandQuery request, io.grpc.stub.StreamObserver<Commands> responseObserver)
query all sniffer need to execute profile task commands
public io.grpc.stub.StreamObserver<ThreadSnapshot> collectSnapshot(io.grpc.stub.StreamObserver<Commands> responseObserver)
collect dumped thread snapshot
public void reportTaskFinish(ProfileTaskFinishReport request, io.grpc.stub.StreamObserver<Commands> responseObserver)
report profiling task finished
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableServiceCopyright © 2022 The Apache Software Foundation. All rights reserved.