public abstract static class CisternGrpc.CisternImplBase extends Object implements io.grpc.BindableService
Interfaces exported by CisternServer.
Constructor and Description |
---|
CisternImplBase() |
Modifier and Type | Method and Description |
---|---|
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
in interface io.grpc.BindableService
Copyright © 2023 PingCAP. All rights reserved.