Package org.rocksdb

Class WalFilter.LogRecordFoundResult

  • Enclosing interface:
    WalFilter

    public static class WalFilter.LogRecordFoundResult
    extends java.lang.Object
    • Constructor Detail

      • LogRecordFoundResult

        public LogRecordFoundResult​(WalProcessingOption walProcessingOption,
                                    boolean batchChanged)
        Parameters:
        walProcessingOption - the processing option
        batchChanged - Whether batch was changed by the filter. It must be set to true if newBatch was populated, else newBatch has no effect.