| 程序包 | 说明 |
|---|---|
| com.pingcap.tidb.tipb |
| 限定符和类型 | 方法和说明 |
|---|---|
TopSQLSubRequest |
TopSQLSubRequest.Builder.build() |
TopSQLSubRequest |
TopSQLSubRequest.Builder.buildPartial() |
static TopSQLSubRequest |
TopSQLSubRequest.getDefaultInstance() |
TopSQLSubRequest |
TopSQLSubRequest.getDefaultInstanceForType() |
TopSQLSubRequest |
TopSQLSubRequest.Builder.getDefaultInstanceForType() |
static TopSQLSubRequest |
TopSQLSubRequest.parseDelimitedFrom(InputStream input) |
static TopSQLSubRequest |
TopSQLSubRequest.parseDelimitedFrom(InputStream input,
org.tikv.shade.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TopSQLSubRequest |
TopSQLSubRequest.parseFrom(byte[] data) |
static TopSQLSubRequest |
TopSQLSubRequest.parseFrom(byte[] data,
org.tikv.shade.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TopSQLSubRequest |
TopSQLSubRequest.parseFrom(ByteBuffer data) |
static TopSQLSubRequest |
TopSQLSubRequest.parseFrom(ByteBuffer data,
org.tikv.shade.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TopSQLSubRequest |
TopSQLSubRequest.parseFrom(org.tikv.shade.com.google.protobuf.ByteString data) |
static TopSQLSubRequest |
TopSQLSubRequest.parseFrom(org.tikv.shade.com.google.protobuf.ByteString data,
org.tikv.shade.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TopSQLSubRequest |
TopSQLSubRequest.parseFrom(org.tikv.shade.com.google.protobuf.CodedInputStream input) |
static TopSQLSubRequest |
TopSQLSubRequest.parseFrom(org.tikv.shade.com.google.protobuf.CodedInputStream input,
org.tikv.shade.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TopSQLSubRequest |
TopSQLSubRequest.parseFrom(InputStream input) |
static TopSQLSubRequest |
TopSQLSubRequest.parseFrom(InputStream input,
org.tikv.shade.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.tikv.shade.com.google.protobuf.Parser<TopSQLSubRequest> |
TopSQLSubRequest.getParserForType() |
static org.tikv.shade.io.grpc.MethodDescriptor<TopSQLSubRequest,TopSQLSubResponse> |
TopSQLPubSubGrpc.getSubscribeMethod() |
static org.tikv.shade.com.google.protobuf.Parser<TopSQLSubRequest> |
TopSQLSubRequest.parser() |
| 限定符和类型 | 方法和说明 |
|---|---|
TopSQLSubRequest.Builder |
TopSQLSubRequest.Builder.mergeFrom(TopSQLSubRequest other) |
static TopSQLSubRequest.Builder |
TopSQLSubRequest.newBuilder(TopSQLSubRequest prototype) |
Iterator<TopSQLSubResponse> |
TopSQLPubSubGrpc.TopSQLPubSubBlockingStub.subscribe(TopSQLSubRequest request)
Clients subscribe to TopSQL data through this RPC, and TiDB periodically (e.g. per minute)
publishes TopSQL data to clients via gRPC stream.
|
void |
TopSQLPubSubGrpc.TopSQLPubSubImplBase.subscribe(TopSQLSubRequest request,
org.tikv.shade.io.grpc.stub.StreamObserver<TopSQLSubResponse> responseObserver)
Clients subscribe to TopSQL data through this RPC, and TiDB periodically (e.g. per minute)
publishes TopSQL data to clients via gRPC stream.
|
void |
TopSQLPubSubGrpc.TopSQLPubSubStub.subscribe(TopSQLSubRequest request,
org.tikv.shade.io.grpc.stub.StreamObserver<TopSQLSubResponse> responseObserver)
Clients subscribe to TopSQL data through this RPC, and TiDB periodically (e.g. per minute)
publishes TopSQL data to clients via gRPC stream.
|
Copyright © 2023 PingCAP. All rights reserved.