BaseIndex::CustomCommit

Virtual method called internally by Commit that can be overridden to atomically commit more index state.

Synopsis

Declared in <index/base.h>

virtual
bool
CustomCommit(CDBBatch& batch);

Return Value

True on success.

Parameters

NameDescription
batchWrite batch that additional index state is added to.