Package org.rocksdb
Class WalFilter.LogRecordFoundResult
- java.lang.Object
-
- org.rocksdb.WalFilter.LogRecordFoundResult
-
- Enclosing interface:
- WalFilter
public static class WalFilter.LogRecordFoundResult extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static WalFilter.LogRecordFoundResultCONTINUE_UNCHANGED
-
Constructor Summary
Constructors Constructor Description LogRecordFoundResult(WalProcessingOption walProcessingOption, boolean batchChanged)
-
-
-
Field Detail
-
CONTINUE_UNCHANGED
public static WalFilter.LogRecordFoundResult CONTINUE_UNCHANGED
-
-
Constructor Detail
-
LogRecordFoundResult
public LogRecordFoundResult(WalProcessingOption walProcessingOption, boolean batchChanged)
- Parameters:
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.
-
-