public static final class RogLogReader.Transaction extends Object
Modifier and Type | Method and Description |
---|---|
List<RogLog.Entry> |
getEntries()
Get a transaction's entries.
|
List<RogLog.Entry> |
getEntries(boolean sorted)
Deprecated.
Since 3.4 - Sorting transaction log entries is no longer supported.
|
long |
getId()
Get the transaction id
|
boolean |
isComplete()
Get if the transaction is complete
|
public final long getId()
public final boolean isComplete()
@Deprecated public final List<RogLog.Entry> getEntries(boolean sorted)
sorted
- Indicates whether to sort the transaction
entries. A sorted set of transaction entries contains
the replicated entries first followed by message entries.
The order in which the replicated entries and the message
entries are unaltered from the order they appear in the
log.public final List<RogLog.Entry> getEntries()
Invoking this method is equivalent to invoking getEntries(true)
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.