Package org.rocksdb
Class WalFilter.LogRecordFoundResult
java.lang.Object
org.rocksdb.WalFilter.LogRecordFoundResult
- Enclosing interface:
WalFilter
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLogRecordFoundResult(WalProcessingOption walProcessingOption, boolean batchChanged) -
Method Summary
-
Field Details
-
CONTINUE_UNCHANGED
-
-
Constructor Details
-
LogRecordFoundResult
- 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.
-