public class RecoveryDebug extends Object implements AutoCloseable
| Constructor and Description |
|---|
RecoveryDebug(Object constId,
long time) |
RecoveryDebug(Object constId,
long time,
@Nullable IgniteLogger log) |
| Modifier and Type | Method and Description |
|---|---|
RecoveryDebug |
append(DataRecord rec,
boolean unwrapKeyValue) |
RecoveryDebug |
append(Object st) |
RecoveryDebug |
append(TxRecord rec) |
void |
close()
Closes this debug insrance.
|
public RecoveryDebug(Object constId, long time)
constId - Consistent ID.public RecoveryDebug(Object constId, long time, @Nullable @Nullable IgniteLogger log)
constId - Consistent ID.log - Logger.public RecoveryDebug append(TxRecord rec)
rec - TX record to append.this for convenience.public RecoveryDebug append(DataRecord rec, boolean unwrapKeyValue)
rec - Data record to append.unwrapKeyValue - unwrap key and value flag.this for convenience.public RecoveryDebug append(Object st)
st - Statement to append.this for convenience.public void close()
close in interface AutoCloseable
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020