public static class ModificationLog.ReplayState extends Object implements Serializable
ModificationLog.replay(org.tentackle.persist.ModificationLog, org.tentackle.persist.Db).| Modifier and Type | Field and Description |
|---|---|
boolean |
first
true if this is the first block.
|
boolean |
last
true if this is the last block.
|
long[] |
modlogIDs
the IDs of the replayed modlogs of this chunk.
|
boolean |
oldLogModificationAllowed
saved logModificationAllowed.
|
long |
pendingTxId
the transaction id if BEGIN modlog found.
|
long |
txVoucher
transaction voucher.
|
| Constructor and Description |
|---|
ReplayState() |
public boolean oldLogModificationAllowed
public long txVoucher
public long pendingTxId
public long[] modlogIDs
public boolean first
public boolean last
Copyright © 2016 Krake Softwaretechnik. All rights reserved.