Uses of Class
io.milvus.param.collection.FlushParam
-
Packages that use FlushParam Package Description io.milvus.client io.milvus.param.collection -
-
Uses of FlushParam in io.milvus.client
Methods in io.milvus.client with parameters of type FlushParam Modifier and Type Method Description R<FlushResponse>AbstractMilvusGrpcClient. flush(@NonNull FlushParam requestParam)Flush insert buffer into storage.R<FlushResponse>MilvusClient. flush(FlushParam requestParam)Flushes inserted data in buffer into storage.R<FlushResponse>MilvusMultiServiceClient. flush(FlushParam requestParam) -
Uses of FlushParam in io.milvus.param.collection
Methods in io.milvus.param.collection that return FlushParam Modifier and Type Method Description FlushParamFlushParam.Builder. build()Verifies parameters and creates a newFlushParaminstance.
-