Javav2DataImportLocalBulkWritercommit()版本:v2.5.x版本:v2.5.xv3.0.xv2.6.xv2.5.xv2.4.x本页总览commit() This operation commits the appended data. Java public void commit(boolean async) Request Syntax JavalocalBulkWriter.commit( boolean async) PARAMETERS: async (boolean) - Whether the commit operation returns immediately after being called. RETURN TYPE: void Examples JavalocalBulkWriter.commit(false);