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