Interface InputTableSnapshotExecutor.SnapshotRunner

All Known Implementing Classes:
InputTableSnapshotExecutor.InputTableNamespaceSnapshotRunner, InputTableSnapshotExecutor.InputTableSnapshotRunner
Enclosing class:
InputTableSnapshotExecutor

protected static interface InputTableSnapshotExecutor.SnapshotRunner
Actually runs the snapshot logic. Separated from InputTableTarget so that Legacy can send targets over the wire, which can be difficult to do if containing state related to e.g. databases.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
     
  • Method Details

    • run

      void run()