Package org.apache.aurora.scheduler

Examples of org.apache.aurora.scheduler.SchedulerModule


    install(new AsyncModule());
    install(new AsyncStatsModule());
    install(new MetadataModule());
    install(new QuotaModule());
    install(new ServletModule());
    install(new SchedulerModule());
    install(new StateModule());
    install(new SlaModule());

    bind(StatsProvider.class).toInstance(Stats.STATS_PROVIDER);
  }
View Full Code Here


    install(new AsyncStatsModule());
    install(new MetadataModule());
    install(new QuotaModule());
    install(new JettyServerModule());
    install(new SchedulerDriverModule());
    install(new SchedulerModule());
    install(new StateModule());
    install(new SlaModule());
    install(new UpdaterModule());

    bind(StatsProvider.class).toInstance(Stats.STATS_PROVIDER);
View Full Code Here

TOP

Related Classes of org.apache.aurora.scheduler.SchedulerModule

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.