public static final class CisternGrpc.CisternFutureStub extends io.grpc.stub.AbstractFutureStub<CisternGrpc.CisternFutureStub>
Interfaces exported by CisternServer.
Modifier and Type | Method and Description |
---|---|
protected CisternGrpc.CisternFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<CisternOuterClass.DumpDDLJobsResp> |
dumpDDLJobs(CisternOuterClass.DumpDDLJobsReq request)
DumpDDLJobs dumps all history DDL jobs before a specified commitTS
|
com.google.common.util.concurrent.ListenableFuture<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.CisternFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<CisternGrpc.CisternFutureStub>
public com.google.common.util.concurrent.ListenableFuture<CisternOuterClass.DumpDDLJobsResp> dumpDDLJobs(CisternOuterClass.DumpDDLJobsReq request)
DumpDDLJobs dumps all history DDL jobs before a specified commitTS
public com.google.common.util.concurrent.ListenableFuture<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.