Uses of Class
io.dingodb.meta.Meta.GetTableRequest
Packages that use Meta.GetTableRequest
-
Uses of Meta.GetTableRequest in io.dingodb.meta
Methods in io.dingodb.meta that return Meta.GetTableRequestModifier and TypeMethodDescriptionMeta.GetTableRequest.Builder.build()Meta.GetTableRequest.Builder.buildPartial()static Meta.GetTableRequestMeta.GetTableRequest.getDefaultInstance()Meta.GetTableRequest.Builder.getDefaultInstanceForType()Meta.GetTableRequest.getDefaultInstanceForType()static Meta.GetTableRequestMeta.GetTableRequest.parseDelimitedFrom(InputStream input) static Meta.GetTableRequestMeta.GetTableRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.GetTableRequestMeta.GetTableRequest.parseFrom(byte[] data) static Meta.GetTableRequestMeta.GetTableRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.GetTableRequestMeta.GetTableRequest.parseFrom(com.google.protobuf.ByteString data) static Meta.GetTableRequestMeta.GetTableRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.GetTableRequestMeta.GetTableRequest.parseFrom(com.google.protobuf.CodedInputStream input) static Meta.GetTableRequestMeta.GetTableRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.GetTableRequestMeta.GetTableRequest.parseFrom(InputStream input) static Meta.GetTableRequestMeta.GetTableRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.GetTableRequestMeta.GetTableRequest.parseFrom(ByteBuffer data) static Meta.GetTableRequestMeta.GetTableRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.meta that return types with arguments of type Meta.GetTableRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Meta.GetTableRequest,Meta.GetTableResponse> MetaServiceGrpc.getGetTableMethod()com.google.protobuf.Parser<Meta.GetTableRequest>Meta.GetTableRequest.getParserForType()static com.google.protobuf.Parser<Meta.GetTableRequest>Meta.GetTableRequest.parser()Methods in io.dingodb.meta with parameters of type Meta.GetTableRequestModifier and TypeMethodDescriptiondefault voidMetaServiceGrpc.AsyncService.getTable(Meta.GetTableRequest request, io.grpc.stub.StreamObserver<Meta.GetTableResponse> responseObserver) GetTable in: table_id out: TableDefinitionWithIdMetaServiceGrpc.MetaServiceBlockingStub.getTable(Meta.GetTableRequest request) GetTable in: table_id out: TableDefinitionWithIdcom.google.common.util.concurrent.ListenableFuture<Meta.GetTableResponse>MetaServiceGrpc.MetaServiceFutureStub.getTable(Meta.GetTableRequest request) GetTable in: table_id out: TableDefinitionWithIdvoidMetaServiceGrpc.MetaServiceStub.getTable(Meta.GetTableRequest request, io.grpc.stub.StreamObserver<Meta.GetTableResponse> responseObserver) GetTable in: table_id out: TableDefinitionWithIdMeta.GetTableRequest.Builder.mergeFrom(Meta.GetTableRequest other) static Meta.GetTableRequest.BuilderMeta.GetTableRequest.newBuilder(Meta.GetTableRequest prototype)