| Package | Description |
|---|---|
| com.bigdata.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
| com.bigdata.util |
Utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractJournal.assertBefore(UUID serviceId1,
UUID serviceId2,
long t1,
long t2)
Assert that
t1 LT t2, where t1 and
t2 are timestamps obtain such that this relation will be
true if the clocks on the nodes are synchronized. |
| Modifier and Type | Method and Description |
|---|---|
static void |
ClocksNotSynchronizedException.assertBefore(UUID serviceId1,
UUID serviceId2,
long t1,
long t2,
long maxSkew)
Assert that
t1 LT t2, where t1 and
t2 are timestamps obtain such that this relation will be
true if the clocks on the nodes are synchronized. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.