类 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
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明final io.grpc.ServerServiceDefinitionvoidgetAndResetMetrics(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<InstanceCommunication.MetricsData> responseObserver) voidgetFunctionStatus(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<InstanceCommunication.FunctionStatus> responseObserver) voidgetMetrics(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<InstanceCommunication.MetricsData> responseObserver) voidhealthCheck(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<InstanceCommunication.HealthCheckResult> responseObserver) voidresetMetrics(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
-
构造器详细资料
-
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
-