Uses of Class
io.dingodb.meta.Meta.CreateIndexRequest
Packages that use Meta.CreateIndexRequest
-
Uses of Meta.CreateIndexRequest in io.dingodb.meta
Methods in io.dingodb.meta that return Meta.CreateIndexRequestModifier and TypeMethodDescriptionMeta.CreateIndexRequest.Builder.build()Meta.CreateIndexRequest.Builder.buildPartial()static Meta.CreateIndexRequestMeta.CreateIndexRequest.getDefaultInstance()Meta.CreateIndexRequest.Builder.getDefaultInstanceForType()Meta.CreateIndexRequest.getDefaultInstanceForType()static Meta.CreateIndexRequestMeta.CreateIndexRequest.parseDelimitedFrom(InputStream input) static Meta.CreateIndexRequestMeta.CreateIndexRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.CreateIndexRequestMeta.CreateIndexRequest.parseFrom(byte[] data) static Meta.CreateIndexRequestMeta.CreateIndexRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.CreateIndexRequestMeta.CreateIndexRequest.parseFrom(com.google.protobuf.ByteString data) static Meta.CreateIndexRequestMeta.CreateIndexRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.CreateIndexRequestMeta.CreateIndexRequest.parseFrom(com.google.protobuf.CodedInputStream input) static Meta.CreateIndexRequestMeta.CreateIndexRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.CreateIndexRequestMeta.CreateIndexRequest.parseFrom(InputStream input) static Meta.CreateIndexRequestMeta.CreateIndexRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.CreateIndexRequestMeta.CreateIndexRequest.parseFrom(ByteBuffer data) static Meta.CreateIndexRequestMeta.CreateIndexRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.meta that return types with arguments of type Meta.CreateIndexRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Meta.CreateIndexRequest,Meta.CreateIndexResponse> MetaServiceGrpc.getCreateIndexMethod()com.google.protobuf.Parser<Meta.CreateIndexRequest>Meta.CreateIndexRequest.getParserForType()static com.google.protobuf.Parser<Meta.CreateIndexRequest>Meta.CreateIndexRequest.parser()Methods in io.dingodb.meta with parameters of type Meta.CreateIndexRequestModifier and TypeMethodDescriptiondefault voidMetaServiceGrpc.AsyncService.createIndex(Meta.CreateIndexRequest request, io.grpc.stub.StreamObserver<Meta.CreateIndexResponse> responseObserver) CreateIndex in: schema_id index_id IndexDefinition if index_id is specified, use given index_id, else create new index_id out: index_idMetaServiceGrpc.MetaServiceBlockingStub.createIndex(Meta.CreateIndexRequest request) CreateIndex in: schema_id index_id IndexDefinition if index_id is specified, use given index_id, else create new index_id out: index_idcom.google.common.util.concurrent.ListenableFuture<Meta.CreateIndexResponse>MetaServiceGrpc.MetaServiceFutureStub.createIndex(Meta.CreateIndexRequest request) CreateIndex in: schema_id index_id IndexDefinition if index_id is specified, use given index_id, else create new index_id out: index_idvoidMetaServiceGrpc.MetaServiceStub.createIndex(Meta.CreateIndexRequest request, io.grpc.stub.StreamObserver<Meta.CreateIndexResponse> responseObserver) CreateIndex in: schema_id index_id IndexDefinition if index_id is specified, use given index_id, else create new index_id out: index_idMeta.CreateIndexRequest.Builder.mergeFrom(Meta.CreateIndexRequest other) Meta.CreateIndexRequest.newBuilder(Meta.CreateIndexRequest prototype)