Uses of Class
io.milvus.param.collection.FlushParam.Builder
Packages that use FlushParam.Builder
-
Uses of FlushParam.Builder in io.milvus.param.collection
Methods in io.milvus.param.collection that return FlushParam.BuilderModifier and TypeMethodDescriptionFlushParam.Builder.addCollectionName(@NonNull String collectionName) Adds a collection to be flushed.static FlushParam.BuilderFlushParam.newBuilder()FlushParam.Builder.withCollectionNames(@NonNull List<String> collectionNames) Sets a list of collections to be flushed.FlushParam.Builder.withDatabaseName(String databaseName) Sets the database name.FlushParam.Builder.withSyncFlush(@NonNull Boolean syncFlush) Sets the flush function to sync mode.FlushParam.Builder.withSyncFlushWaitingInterval(@NonNull Long milliseconds) Sets waiting interval in sync mode.FlushParam.Builder.withSyncFlushWaitingTimeout(@NonNull Long seconds) Sets timeout value for sync mode.