Packages

p

tasks

deploy

package deploy

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait EC2HostConfiguration extends HostConfiguration
  2. class EC2MasterSlave extends MasterSlaveConfiguration with EC2HostConfiguration
  3. trait HostConfiguration extends AnyRef
  4. class LocalConfiguration extends MasterSlaveConfiguration
  5. class LocalConfigurationFromConfig extends LocalConfiguration
  6. class ManualMasterSlaveConfiguration extends MasterSlaveConfiguration

    A master slave configuration for full manual setup.

  7. trait MasterSlaveConfiguration extends HostConfiguration
  8. class MasterSlaveFromConfig extends MasterSlaveConfiguration

    Needs a hosts.master system property to infer master location and role Self address is bind to the hosts.hostname config.global.

    Needs a hosts.master system property to infer master location and role Self address is bind to the hosts.hostname config.global. Port is chosen automatically. Cardinality is determined from hosts.numCPU config

  9. sealed trait Role extends AnyRef

Value Members

  1. object MASTER extends Role
  2. object SLAVE extends Role

Ungrouped