Milvus
Zilliz
< Docs
  • Java

commit()

This operation commits the appended data.

 public void commit(boolean async)

Request Syntax

localBulkWriter.commit(
    boolean async
)

PARAMETERS:

  • async (boolean) -

    Whether the commit operation returns immediately after being called.

RETURN TYPE:

void

Examples

localBulkWriter.commit(false);

Try Managed Milvus for Free

Zilliz Cloud is hassle-free, powered by Milvus and 10x faster.

Get Started
Feedback

Was this page helpful?