public class DeleteBlockCommitter extends Object implements ICommitter
| Constructor and Description |
|---|
DeleteBlockCommitter(IRWStrategy strategy) |
| Modifier and Type | Method and Description |
|---|---|
long |
handleCommit(long commitTime)
Flush dirty state to the store in preparation for an atomic commit and
return the address from which the persistence capable data structure may
be reloaded.
|
void |
invalidate(Throwable t)
Mark an
ICommitter as invalid. |
public DeleteBlockCommitter(IRWStrategy strategy)
public long handleCommit(long commitTime)
ICommitterhandleCommit 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.