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