Package | Description |
---|---|
binlog |
Modifier and Type | Method and Description |
---|---|
CisternOuterClass.NotifyReq |
CisternOuterClass.NotifyReq.Builder.build() |
CisternOuterClass.NotifyReq |
CisternOuterClass.NotifyReq.Builder.buildPartial() |
static CisternOuterClass.NotifyReq |
CisternOuterClass.NotifyReq.getDefaultInstance() |
CisternOuterClass.NotifyReq |
CisternOuterClass.NotifyReq.getDefaultInstanceForType() |
CisternOuterClass.NotifyReq |
CisternOuterClass.NotifyReq.Builder.getDefaultInstanceForType() |
static CisternOuterClass.NotifyReq |
CisternOuterClass.NotifyReq.parseDelimitedFrom(InputStream input) |
static CisternOuterClass.NotifyReq |
CisternOuterClass.NotifyReq.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CisternOuterClass.NotifyReq |
CisternOuterClass.NotifyReq.parseFrom(byte[] data) |
static CisternOuterClass.NotifyReq |
CisternOuterClass.NotifyReq.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CisternOuterClass.NotifyReq |
CisternOuterClass.NotifyReq.parseFrom(ByteBuffer data) |
static CisternOuterClass.NotifyReq |
CisternOuterClass.NotifyReq.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CisternOuterClass.NotifyReq |
CisternOuterClass.NotifyReq.parseFrom(com.google.protobuf.ByteString data) |
static CisternOuterClass.NotifyReq |
CisternOuterClass.NotifyReq.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CisternOuterClass.NotifyReq |
CisternOuterClass.NotifyReq.parseFrom(com.google.protobuf.CodedInputStream input) |
static CisternOuterClass.NotifyReq |
CisternOuterClass.NotifyReq.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CisternOuterClass.NotifyReq |
CisternOuterClass.NotifyReq.parseFrom(InputStream input) |
static CisternOuterClass.NotifyReq |
CisternOuterClass.NotifyReq.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<CisternOuterClass.NotifyReq,CisternOuterClass.NotifyResp> |
CisternGrpc.getNotifyMethod() |
com.google.protobuf.Parser<CisternOuterClass.NotifyReq> |
CisternOuterClass.NotifyReq.getParserForType() |
static com.google.protobuf.Parser<CisternOuterClass.NotifyReq> |
CisternOuterClass.NotifyReq.parser() |
Modifier and Type | Method and Description |
---|---|
CisternOuterClass.NotifyReq.Builder |
CisternOuterClass.NotifyReq.Builder.mergeFrom(CisternOuterClass.NotifyReq other) |
static CisternOuterClass.NotifyReq.Builder |
CisternOuterClass.NotifyReq.newBuilder(CisternOuterClass.NotifyReq prototype) |
CisternOuterClass.NotifyResp |
CisternGrpc.CisternBlockingStub.notify(CisternOuterClass.NotifyReq request)
Notify notifies all living cisterns that a new pump is coming
the living cisterns can be queried from pd
|
com.google.common.util.concurrent.ListenableFuture<CisternOuterClass.NotifyResp> |
CisternGrpc.CisternFutureStub.notify(CisternOuterClass.NotifyReq request)
Notify notifies all living cisterns that a new pump is coming
the living cisterns can be queried from pd
|
default void |
CisternGrpc.AsyncService.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
|
void |
CisternGrpc.CisternStub.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.