跳到主要内容
版本:v3.0.x

commit()

This operation commits the appended data.

Java
public void commit(boolean async)

Request Syntax

Java
localBulkWriter.commit(
boolean async
)

PARAMETERS:

  • async (boolean) -

    Whether the commit operation returns immediately after being called.

RETURN TYPE:

void

Examples

Java
localBulkWriter.commit(false);