Uses of Class
io.dingodb.meta.Meta.CreateIndexIdRequest
Packages that use Meta.CreateIndexIdRequest
-
Uses of Meta.CreateIndexIdRequest in io.dingodb.meta
Methods in io.dingodb.meta that return Meta.CreateIndexIdRequestModifier and TypeMethodDescriptionMeta.CreateIndexIdRequest.Builder.build()Meta.CreateIndexIdRequest.Builder.buildPartial()static Meta.CreateIndexIdRequestMeta.CreateIndexIdRequest.getDefaultInstance()Meta.CreateIndexIdRequest.Builder.getDefaultInstanceForType()Meta.CreateIndexIdRequest.getDefaultInstanceForType()static Meta.CreateIndexIdRequestMeta.CreateIndexIdRequest.parseDelimitedFrom(InputStream input) static Meta.CreateIndexIdRequestMeta.CreateIndexIdRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.CreateIndexIdRequestMeta.CreateIndexIdRequest.parseFrom(byte[] data) static Meta.CreateIndexIdRequestMeta.CreateIndexIdRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.CreateIndexIdRequestMeta.CreateIndexIdRequest.parseFrom(com.google.protobuf.ByteString data) static Meta.CreateIndexIdRequestMeta.CreateIndexIdRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.CreateIndexIdRequestMeta.CreateIndexIdRequest.parseFrom(com.google.protobuf.CodedInputStream input) static Meta.CreateIndexIdRequestMeta.CreateIndexIdRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.CreateIndexIdRequestMeta.CreateIndexIdRequest.parseFrom(InputStream input) static Meta.CreateIndexIdRequestMeta.CreateIndexIdRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.CreateIndexIdRequestMeta.CreateIndexIdRequest.parseFrom(ByteBuffer data) static Meta.CreateIndexIdRequestMeta.CreateIndexIdRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.meta that return types with arguments of type Meta.CreateIndexIdRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Meta.CreateIndexIdRequest,Meta.CreateIndexIdResponse> MetaServiceGrpc.getCreateIndexIdMethod()com.google.protobuf.Parser<Meta.CreateIndexIdRequest>Meta.CreateIndexIdRequest.getParserForType()static com.google.protobuf.Parser<Meta.CreateIndexIdRequest>Meta.CreateIndexIdRequest.parser()Methods in io.dingodb.meta with parameters of type Meta.CreateIndexIdRequestModifier and TypeMethodDescriptiondefault voidMetaServiceGrpc.AsyncService.createIndexId(Meta.CreateIndexIdRequest request, io.grpc.stub.StreamObserver<Meta.CreateIndexIdResponse> responseObserver) CreateIndexId in: schema_id out: index_idMetaServiceGrpc.MetaServiceBlockingStub.createIndexId(Meta.CreateIndexIdRequest request) CreateIndexId in: schema_id out: index_idcom.google.common.util.concurrent.ListenableFuture<Meta.CreateIndexIdResponse>MetaServiceGrpc.MetaServiceFutureStub.createIndexId(Meta.CreateIndexIdRequest request) CreateIndexId in: schema_id out: index_idvoidMetaServiceGrpc.MetaServiceStub.createIndexId(Meta.CreateIndexIdRequest request, io.grpc.stub.StreamObserver<Meta.CreateIndexIdResponse> responseObserver) CreateIndexId in: schema_id out: index_idMeta.CreateIndexIdRequest.Builder.mergeFrom(Meta.CreateIndexIdRequest other) Meta.CreateIndexIdRequest.newBuilder(Meta.CreateIndexIdRequest prototype)