Uses of Class
io.milvus.grpc.IndexParam
-
Packages that use IndexParam Package Description io.milvus.grpc -
-
Uses of IndexParam in io.milvus.grpc
Methods in io.milvus.grpc that return IndexParam Modifier and Type Method Description IndexParamIndexParam.Builder. build()IndexParamIndexParam.Builder. buildPartial()IndexParamMilvusServiceGrpc.MilvusServiceBlockingStub. describeIndex(CollectionName request)@brief This method is used to describe index @param CollectionName, target collection name.static IndexParamIndexParam. getDefaultInstance()IndexParamIndexParam.Builder. getDefaultInstanceForType()IndexParamIndexParam. getDefaultInstanceForType()static IndexParamIndexParam. parseDelimitedFrom(InputStream input)static IndexParamIndexParam. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IndexParamIndexParam. parseFrom(byte[] data)static IndexParamIndexParam. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IndexParamIndexParam. parseFrom(com.google.protobuf.ByteString data)static IndexParamIndexParam. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IndexParamIndexParam. parseFrom(com.google.protobuf.CodedInputStream input)static IndexParamIndexParam. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IndexParamIndexParam. parseFrom(InputStream input)static IndexParamIndexParam. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IndexParamIndexParam. parseFrom(ByteBuffer data)static IndexParamIndexParam. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.milvus.grpc that return types with arguments of type IndexParam Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<IndexParam>MilvusServiceGrpc.MilvusServiceFutureStub. describeIndex(CollectionName request)@brief This method is used to describe index @param CollectionName, target collection name.static io.grpc.MethodDescriptor<IndexParam,Status>MilvusServiceGrpc. getCreateIndexMethod()static io.grpc.MethodDescriptor<CollectionName,IndexParam>MilvusServiceGrpc. getDescribeIndexMethod()com.google.protobuf.Parser<IndexParam>IndexParam. getParserForType()static com.google.protobuf.Parser<IndexParam>IndexParam. parser()Methods in io.milvus.grpc with parameters of type IndexParam Modifier and Type Method Description StatusMilvusServiceGrpc.MilvusServiceBlockingStub. createIndex(IndexParam request)@brief This method is used to build index by collection in sync mode.com.google.common.util.concurrent.ListenableFuture<Status>MilvusServiceGrpc.MilvusServiceFutureStub. createIndex(IndexParam request)@brief This method is used to build index by collection in sync mode.voidMilvusServiceGrpc.MilvusServiceImplBase. createIndex(IndexParam request, io.grpc.stub.StreamObserver<Status> responseObserver)@brief This method is used to build index by collection in sync mode.voidMilvusServiceGrpc.MilvusServiceStub. createIndex(IndexParam request, io.grpc.stub.StreamObserver<Status> responseObserver)@brief This method is used to build index by collection in sync mode.IndexParam.BuilderIndexParam.Builder. mergeFrom(IndexParam other)static IndexParam.BuilderIndexParam. newBuilder(IndexParam prototype)Method parameters in io.milvus.grpc with type arguments of type IndexParam Modifier and Type Method Description voidMilvusServiceGrpc.MilvusServiceImplBase. describeIndex(CollectionName request, io.grpc.stub.StreamObserver<IndexParam> responseObserver)@brief This method is used to describe index @param CollectionName, target collection name.voidMilvusServiceGrpc.MilvusServiceStub. describeIndex(CollectionName request, io.grpc.stub.StreamObserver<IndexParam> responseObserver)@brief This method is used to describe index @param CollectionName, target collection name.
-