类 InstanceControlGrpc.InstanceControlImplBase
- java.lang.Object
-
- org.apache.pulsar.functions.proto.InstanceControlGrpc.InstanceControlImplBase
-
- 所有已实现的接口:
io.grpc.BindableService
- 封闭类:
- InstanceControlGrpc
public abstract static class InstanceControlGrpc.InstanceControlImplBase extends java.lang.Object implements io.grpc.BindableService
-
-
构造器概要
构造器 构造器 说明 InstanceControlImplBase()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 io.grpc.ServerServiceDefinitionbindService()voidgetAndResetMetrics(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)
-
-
-
方法详细资料
-
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
-
-