类 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
  • 构造器详细资料

    • 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