public abstract static class EngineGrpc.EngineImplBase extends Object implements io.grpc.BindableService
Constructor and Description |
---|
EngineImplBase() |
Modifier and Type | Method and Description |
---|---|
io.grpc.stub.StreamObserver<Enginepb.CommandRequestBatch> |
applyCommandBatch(io.grpc.stub.StreamObserver<Enginepb.CommandResponseBatch> responseObserver) |
io.grpc.stub.StreamObserver<Enginepb.SnapshotRequest> |
applySnapshot(io.grpc.stub.StreamObserver<Enginepb.SnapshotDone> responseObserver) |
io.grpc.ServerServiceDefinition |
bindService() |
public io.grpc.stub.StreamObserver<Enginepb.CommandRequestBatch> applyCommandBatch(io.grpc.stub.StreamObserver<Enginepb.CommandResponseBatch> responseObserver)
public io.grpc.stub.StreamObserver<Enginepb.SnapshotRequest> applySnapshot(io.grpc.stub.StreamObserver<Enginepb.SnapshotDone> responseObserver)
public final io.grpc.ServerServiceDefinition bindService()
bindService
in interface io.grpc.BindableService
Copyright © 2023 PingCAP. All rights reserved.