Index.commit

Tell the index that the writer with the given id is done with this index and is not going to write any more entries to it.

class Index
void
commit
(
int id
)

Parameters

id int

the writer that commited the index

Meta