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)
ICommitter
handleCommit
in interface ICommitter
commitTime
- The timestamp assigned to the commit.public void invalidate(Throwable t)
ICommitter
ICommitter
as invalid. This will prevent it from allowing
any writes through to the backing store.invalidate
in interface ICommitter
t
- A cause (required).https://jira.blazegraph.com/browse/BLZG-1953
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.