Uses of Class
io.milvus.param.collection.CollectionSchemaParam
-
Packages that use CollectionSchemaParam Package Description io.milvus.bulkwriter io.milvus.bulkwriter.common.utils io.milvus.param.collection io.milvus.response -
-
Uses of CollectionSchemaParam in io.milvus.bulkwriter
Fields in io.milvus.bulkwriter declared as CollectionSchemaParam Modifier and Type Field Description protected CollectionSchemaParamBulkWriter. collectionSchemaMethods in io.milvus.bulkwriter with parameters of type CollectionSchemaParam Modifier and Type Method Description LocalBulkWriterParam.BuilderLocalBulkWriterParam.Builder. withCollectionSchema(@NonNull CollectionSchemaParam collectionSchema)Sets the collection info.RemoteBulkWriterParam.BuilderRemoteBulkWriterParam.Builder. withCollectionSchema(@NonNull CollectionSchemaParam collectionSchema)Sets the collection info.Constructors in io.milvus.bulkwriter with parameters of type CollectionSchemaParam Constructor Description Buffer(CollectionSchemaParam collectionSchema, BulkFileType fileType)BulkWriter(CollectionSchemaParam collectionSchema, int chunkSize, BulkFileType fileType)LocalBulkWriter(CollectionSchemaParam collectionSchema, int chunkSize, BulkFileType fileType, String localPath) -
Uses of CollectionSchemaParam in io.milvus.bulkwriter.common.utils
Methods in io.milvus.bulkwriter.common.utils with parameters of type CollectionSchemaParam Modifier and Type Method Description static org.apache.parquet.schema.MessageTypeParquetUtils. parseCollectionSchema(CollectionSchemaParam collectionSchema) -
Uses of CollectionSchemaParam in io.milvus.param.collection
Methods in io.milvus.param.collection that return CollectionSchemaParam Modifier and Type Method Description CollectionSchemaParamCollectionSchemaParam.Builder. build()Verifies parameters and creates a newCollectionSchemaParaminstance.Methods in io.milvus.param.collection with parameters of type CollectionSchemaParam Modifier and Type Method Description CreateCollectionParam.BuilderCreateCollectionParam.Builder. withSchema(@NonNull CollectionSchemaParam schema)Sets the schema of collection. -
Uses of CollectionSchemaParam in io.milvus.response
Methods in io.milvus.response that return CollectionSchemaParam Modifier and Type Method Description CollectionSchemaParamDescCollResponseWrapper. getSchema()Get the collection schema of collection
-