public static final class CisternGrpc.CisternBlockingStub extends io.grpc.stub.AbstractBlockingStub<CisternGrpc.CisternBlockingStub>
Interfaces exported by CisternServer.
Modifier and Type | Method and Description |
---|---|
protected CisternGrpc.CisternBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
Iterator<CisternOuterClass.DumpBinlogResp> |
dumpBinlog(CisternOuterClass.DumpBinlogReq request)
DumpBinlog dumps continuous binlog items in a stream from a given position
|
CisternOuterClass.DumpDDLJobsResp |
dumpDDLJobs(CisternOuterClass.DumpDDLJobsReq request)
DumpDDLJobs dumps all history DDL jobs before a specified commitTS
|
CisternOuterClass.NotifyResp |
notify(CisternOuterClass.NotifyReq request)
Notify notifies all living cisterns that a new pump is coming
the living cisterns can be queried from pd
|
protected CisternGrpc.CisternBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<CisternGrpc.CisternBlockingStub>
public Iterator<CisternOuterClass.DumpBinlogResp> dumpBinlog(CisternOuterClass.DumpBinlogReq request)
DumpBinlog dumps continuous binlog items in a stream from a given position
public CisternOuterClass.DumpDDLJobsResp dumpDDLJobs(CisternOuterClass.DumpDDLJobsReq request)
DumpDDLJobs dumps all history DDL jobs before a specified commitTS
public CisternOuterClass.NotifyResp notify(CisternOuterClass.NotifyReq request)
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.