public static final class ProfileTaskGrpc.ProfileTaskStub extends io.grpc.stub.AbstractAsyncStub<ProfileTaskGrpc.ProfileTaskStub>
| Modifier and Type | Method and Description |
|---|---|
protected ProfileTaskGrpc.ProfileTaskStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
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
|
protected ProfileTaskGrpc.ProfileTaskStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<ProfileTaskGrpc.ProfileTaskStub>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
Copyright © 2022 The Apache Software Foundation. All rights reserved.