public static final class CisternGrpc.CisternStub extends io.grpc.stub.AbstractAsyncStub<CisternGrpc.CisternStub>
Interfaces exported by CisternServer.
Modifier and Type | Method and Description |
---|---|
protected CisternGrpc.CisternStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
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
|
protected CisternGrpc.CisternStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<CisternGrpc.CisternStub>
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
Copyright © 2024 PingCAP. All rights reserved.