类 InstanceControlGrpc.InstanceControlImplBase

java.lang.Object
org.apache.pulsar.functions.proto.InstanceControlGrpc.InstanceControlImplBase
所有已实现的接口:
io.grpc.BindableService
封闭类:
InstanceControlGrpc

public abstract static class InstanceControlGrpc.InstanceControlImplBase extends Object implements io.grpc.BindableService
  • 构造器详细资料

    • InstanceControlImplBase

      public InstanceControlImplBase()
  • 方法详细资料

    • getFunctionStatus

      public void getFunctionStatus(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<InstanceCommunication.FunctionStatus> responseObserver)
    • getAndResetMetrics

      public void getAndResetMetrics(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<InstanceCommunication.MetricsData> responseObserver)
    • resetMetrics

      public void resetMetrics(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    • getMetrics

      public void getMetrics(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<InstanceCommunication.MetricsData> responseObserver)
    • healthCheck

      public void healthCheck(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<InstanceCommunication.HealthCheckResult> responseObserver)
    • bindService

      public final io.grpc.ServerServiceDefinition bindService()
      指定者:
      bindService 在接口中 io.grpc.BindableService