Class ReplicationModelBuilder.SimpleSorterByLastRun

  • All Implemented Interfaces:
    Comparator<Map<String,​Object>>
    Enclosing class:
    ReplicationModelBuilder

    public static class ReplicationModelBuilder.SimpleSorterByLastRun
    extends Object
    implements Comparator<Map<String,​Object>>
    Sorts simple definitions by their last run time. Things that have never been run go to the bottom of the list, so we see most recently run, least recently run, never run.