Package org.apache.aurora.scheduler.app.local.simulator

Examples of org.apache.aurora.scheduler.app.local.simulator.ClusterSimulatorModule


      protected void configure() {
        bind(DriverSettings.class).toInstance(DRIVER_SETTINGS);
        bind(SchedulerDriver.class).to(FakeMaster.class);
        bind(DriverFactory.class).to(FakeMaster.class);
        bind(FakeMaster.class).in(Singleton.class);
        install(new ClusterSimulatorModule());
      }
    };
  }
View Full Code Here

TOP

Related Classes of org.apache.aurora.scheduler.app.local.simulator.ClusterSimulatorModule

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.