Package org.apache.aurora.scheduler.async.JobUpdateHistoryPruner

Examples of org.apache.aurora.scheduler.async.JobUpdateHistoryPruner.HistoryPrunerSettings


    executorClock.assertEmpty();
    JobUpdateHistoryPruner pruner = new JobUpdateHistoryPruner(
        mockClock,
        executor,
        storageUtil.storage,
        new HistoryPrunerSettings(
            Amount.of(1L, Time.MILLISECONDS),
            Amount.of(1L, Time.MILLISECONDS),
            1));

    pruner.execute();
View Full Code Here

TOP

Related Classes of org.apache.aurora.scheduler.async.JobUpdateHistoryPruner.HistoryPrunerSettings

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.