public abstract static class CisternGrpc.CisternImplBase extends Object implements io.grpc.BindableService
Interfaces exported by CisternServer.
| 构造器和说明 |
|---|
CisternImplBase() |
| 限定符和类型 | 方法和说明 |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
void |
dumpBinlog(CisternOuterClass.DumpBinlogReq request,
io.grpc.stub.StreamObserver<CisternOuterClass.DumpBinlogResp> responseObserver)
DumpBinlog dumps continuous binlog items in a stream from a given position
|
void |
dumpDDLJobs(CisternOuterClass.DumpDDLJobsReq request,
io.grpc.stub.StreamObserver<CisternOuterClass.DumpDDLJobsResp> responseObserver)
DumpDDLJobs dumps all history DDL jobs before a specified commitTS
|
void |
notify(CisternOuterClass.NotifyReq request,
io.grpc.stub.StreamObserver<CisternOuterClass.NotifyResp> responseObserver)
Notify notifies all living cisterns that a new pump is coming
the living cisterns can be queried from pd
|
public void dumpBinlog(CisternOuterClass.DumpBinlogReq request, io.grpc.stub.StreamObserver<CisternOuterClass.DumpBinlogResp> responseObserver)
DumpBinlog dumps continuous binlog items in a stream from a given position
public void dumpDDLJobs(CisternOuterClass.DumpDDLJobsReq request, io.grpc.stub.StreamObserver<CisternOuterClass.DumpDDLJobsResp> responseObserver)
DumpDDLJobs dumps all history DDL jobs before a specified commitTS
public void notify(CisternOuterClass.NotifyReq request, io.grpc.stub.StreamObserver<CisternOuterClass.NotifyResp> responseObserver)
Notify notifies all living cisterns that a new pump is coming the living cisterns can be queried from pd
public final io.grpc.ServerServiceDefinition bindService()
bindService 在接口中 io.grpc.BindableServiceCopyright © 2023 PingCAP. All rights reserved.