| 程序包 | 说明 |
|---|---|
| io.milvus.param.collection |
| 限定符和类型 | 方法和说明 |
|---|---|
FlushParam.Builder |
FlushParam.Builder.addCollectionName(@NonNull String collectionName)
Adds a collection to be flushed.
|
static FlushParam.Builder |
FlushParam.newBuilder() |
FlushParam.Builder |
FlushParam.Builder.withCollectionNames(@NonNull List<String> collectionNames)
Sets a list of collections to be flushed.
|
FlushParam.Builder |
FlushParam.Builder.withSyncFlush(@NonNull Boolean syncFlush)
Sets the flush function to sync mode.
|
FlushParam.Builder |
FlushParam.Builder.withSyncFlushWaitingInterval(@NonNull Long milliseconds)
Sets waiting interval in sync mode.
|
FlushParam.Builder |
FlushParam.Builder.withSyncFlushWaitingTimeout(@NonNull Long seconds)
Sets timeout value for sync mode.
|
Copyright © 2023. All rights reserved.