Class ScannerConfigTool

java.lang.Object
io.datarouter.storage.config.ScannerConfigTool

public class ScannerConfigTool
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    ScannerConfigTool()  
  • Method Summary

    Modifier and Type Method Description
    static <T> io.datarouter.scanner.Scanner<T> applyOffsetAndLimit​(io.datarouter.scanner.Scanner<T> scanner, Config config)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • applyOffsetAndLimit

      public static <T> io.datarouter.scanner.Scanner<T> applyOffsetAndLimit​(io.datarouter.scanner.Scanner<T> scanner, Config config)