Packages

p

tasks

elastic

package elastic

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. elastic
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait CreateNode extends AnyRef
  2. trait DecideNewNode extends AnyRef
  3. trait ElasticSupport[Registry <: NodeCreatorImpl, SS <: SelfShutdown] extends AnyRef
  4. trait GridJobRegistry extends NodeRegistry with CreateNode with ShutdownNode
  5. case class Node(name: RunningJobId, size: CPUMemoryAvailable, launcherActor: ActorRef) extends Product with Serializable
  6. trait NodeCreatorImpl extends Actor with CreateNode with DecideNewNode with NodeRegistry with ShutdownNode
  7. trait NodeKillerImpl extends Actor with ShutdownNode
  8. trait NodeRegistry extends AnyRef
  9. class PackageServerActor extends AnyRef
  10. trait SelfShutdown extends Actor with ActorLogging
  11. trait ShutdownNode extends AnyRef
  12. trait ShutdownReaper extends Reaper
  13. trait SimpleDecideNewNode extends DecideNewNode

Value Members

  1. def elasticSupport(implicit config: TasksConfig): Option[ElasticSupport[_ >: EC2NodeRegistry with SSHNodeRegistry with SHNodeRegistry <: NodeCreatorImpl with GridJobRegistry with SimpleDecideNewNode with ActorLogging, _ >: EC2SelfShutdown with SSHSelfShutdown with SHSelfShutdown <: SelfShutdown]]
  2. object Deployment
  3. object Node extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped