priam/src/main/java/com/netflix/priam/restore/AwsCrossAccountCryptographyRestoreStrategy.java [68:84]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                JOBNAME,
                sleeper,
                cassProcess,
                pathProvider,
                id,
                tokenSelector,
                credential,
                fileCryptography,
                compress,
                metaData,
                instanceState,
                postRestoreHook);
    }

    /** @return a timer used by the scheduler to determine when "this" should be run. */
    public static TaskTimer getTimer() {
        return new SimpleTimer(JOBNAME);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



priam/src/main/java/com/netflix/priam/restore/EncryptedRestoreStrategy.java [63:81]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                JOBNAME,
                sleeper,
                cassProcess,
                pathProvider,
                id,
                tokenSelector,
                credential,
                fileCryptography,
                compress,
                metaData,
                instanceState,
                postRestoreHook);
    }

    /*
     * @return a timer used by the scheduler to determine when "this" should be run.
     */
    public static TaskTimer getTimer() {
        return new SimpleTimer(JOBNAME);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



