public class RootBlockCommitter extends Object implements ICommitter
| Constructor and Description | 
|---|
| RootBlockCommitter(AbstractJournal journal) | 
| Modifier and Type | Method and Description | 
|---|---|
| long | handleCommit(long commitTime)Write the current root block to the Journal and return its address
 to be stored in the CommitRecord. | 
| void | invalidate(Throwable t)Mark an  ICommitteras invalid. | 
public RootBlockCommitter(AbstractJournal journal)
public long handleCommit(long commitTime)
handleCommit in interface ICommittercommitTime - The timestamp assigned to the commit.public void invalidate(Throwable t)
ICommitterICommitter as invalid. This will prevent it from allowing
 any writes through to the backing store.invalidate in interface ICommittert - A cause (required).https://jira.blazegraph.com/browse/BLZG-1953Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.