* @param eb
*/
public int groupCommit(CircularLogEntryBuffer[] eb) {
if (hstore_conf.site.commandlog_profiling) {
if (this.profiler == null)
this.profiler = new CommandLogWriterProfiler();
this.profiler.writingTime.start();
}
// Write all to a single FastSerializer buffer
this.singletonSerializer.clear();