public interface Log
Modifier and Type | Field and Description |
---|---|
static java.lang.Object |
DATA |
static java.lang.Object |
T |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<java.util.Map> |
txRange(java.lang.Object startT,
java.lang.Object endT)
Returns a range of transactions in log, starting at start, or from beginning if start is null,
and ending before end, or through end of log if end is null.
|
java.lang.Iterable<java.util.Map> txRange(java.lang.Object startT, java.lang.Object endT)
T |
the T point of the transaction |
DATA |
a Collection of the Datoms asserted/retracted by the transaction |
startT
- a time-point or nullendT
- a time-point or null