| Modifier and Type | Field and Description |
|---|---|
static WalFilter.LogRecordFoundResult |
CONTINUE_UNCHANGED |
| Constructor and Description |
|---|
LogRecordFoundResult(WalProcessingOption walProcessingOption,
boolean batchChanged) |
public static WalFilter.LogRecordFoundResult CONTINUE_UNCHANGED
public LogRecordFoundResult(WalProcessingOption walProcessingOption, boolean batchChanged)
walProcessingOption - the processing optionbatchChanged - Whether batch was changed by the filter.
It must be set to true if newBatch was populated,
else newBatch has no effect.Copyright © 2021. All rights reserved.