public class MaxLsnResult extends Object
| Modifier and Type | Field and Description |
|---|---|
private Lsn |
maxLsn
The highest lsn regardless of configuration.
|
private Lsn |
maxTransactionalLsn
The highest lsn belonging to a valid change transaction as determined by
SqlServerConnectorConfig.MAX_LSN_OPTIMIZATION or default to the same as maxLsn. |
| Constructor and Description |
|---|
MaxLsnResult(Lsn maxLsn,
Lsn maxTransactionalLsn) |
private final Lsn maxLsn
private final Lsn maxTransactionalLsn
SqlServerConnectorConfig.MAX_LSN_OPTIMIZATION or default to the same as maxLsn.Copyright © 2020 JBoss by Red Hat. All rights reserved.