Uses of Class
io.dingodb.meta.Meta.GetSchemasRequest
Packages that use Meta.GetSchemasRequest
-
Uses of Meta.GetSchemasRequest in io.dingodb.meta
Methods in io.dingodb.meta that return Meta.GetSchemasRequestModifier and TypeMethodDescriptionMeta.GetSchemasRequest.Builder.build()Meta.GetSchemasRequest.Builder.buildPartial()static Meta.GetSchemasRequestMeta.GetSchemasRequest.getDefaultInstance()Meta.GetSchemasRequest.Builder.getDefaultInstanceForType()Meta.GetSchemasRequest.getDefaultInstanceForType()static Meta.GetSchemasRequestMeta.GetSchemasRequest.parseDelimitedFrom(InputStream input) static Meta.GetSchemasRequestMeta.GetSchemasRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.GetSchemasRequestMeta.GetSchemasRequest.parseFrom(byte[] data) static Meta.GetSchemasRequestMeta.GetSchemasRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.GetSchemasRequestMeta.GetSchemasRequest.parseFrom(com.google.protobuf.ByteString data) static Meta.GetSchemasRequestMeta.GetSchemasRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.GetSchemasRequestMeta.GetSchemasRequest.parseFrom(com.google.protobuf.CodedInputStream input) static Meta.GetSchemasRequestMeta.GetSchemasRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.GetSchemasRequestMeta.GetSchemasRequest.parseFrom(InputStream input) static Meta.GetSchemasRequestMeta.GetSchemasRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.GetSchemasRequestMeta.GetSchemasRequest.parseFrom(ByteBuffer data) static Meta.GetSchemasRequestMeta.GetSchemasRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.meta that return types with arguments of type Meta.GetSchemasRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Meta.GetSchemasRequest,Meta.GetSchemasResponse> MetaServiceGrpc.getGetSchemasMethod()com.google.protobuf.Parser<Meta.GetSchemasRequest>Meta.GetSchemasRequest.getParserForType()static com.google.protobuf.Parser<Meta.GetSchemasRequest>Meta.GetSchemasRequest.parser()Methods in io.dingodb.meta with parameters of type Meta.GetSchemasRequestModifier and TypeMethodDescriptiondefault voidMetaServiceGrpc.AsyncService.getSchemas(Meta.GetSchemasRequest request, io.grpc.stub.StreamObserver<Meta.GetSchemasResponse> responseObserver) GetSchemas in: schema_id out: List<Schema>MetaServiceGrpc.MetaServiceBlockingStub.getSchemas(Meta.GetSchemasRequest request) GetSchemas in: schema_id out: List<Schema>com.google.common.util.concurrent.ListenableFuture<Meta.GetSchemasResponse>MetaServiceGrpc.MetaServiceFutureStub.getSchemas(Meta.GetSchemasRequest request) GetSchemas in: schema_id out: List<Schema>voidMetaServiceGrpc.MetaServiceStub.getSchemas(Meta.GetSchemasRequest request, io.grpc.stub.StreamObserver<Meta.GetSchemasResponse> responseObserver) GetSchemas in: schema_id out: List<Schema>Meta.GetSchemasRequest.Builder.mergeFrom(Meta.GetSchemasRequest other) Meta.GetSchemasRequest.newBuilder(Meta.GetSchemasRequest prototype)