Examples of HistoryPrunerSettings


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
Copyright © 2018 www.massapi.com. 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.