firstCommittedSequenceNumber method
Smallest commitId still retained in the log, or null if
the log is empty. See HiveCommitLogKeyStore.firstCommitId
for why the box read is correct.
Implementation
@override
@server
int? firstCommittedSequenceNumber() {
return _commitLogKeyStore.firstCommitId;
}