Package

nelson

scheduler

Permalink

package scheduler

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

Type Members

  1. final case class DeploymentSummary(running: Option[Int], pending: Option[Int], completed: Option[Int], failed: Option[Int]) extends Product with Serializable

    Permalink
  2. final class NomadHttp extends ~>[SchedulerOp, Task]

    Permalink
  3. final case class RunningUnit(name: Option[String], status: Option[String], parentID: Option[String]) extends Product with Serializable

    Permalink
  4. sealed abstract class SchedulerOp[A] extends Product with Serializable

    Permalink

Value Members

  1. object NomadHttp

    Permalink
  2. object NomadJson

    Permalink
  3. object SchedulerOp extends Serializable

    Permalink
  4. def run[F[_], A](interpreter: ~>[SchedulerOp, F], op: SchedulerF[A])(implicit arg0: Monad[F]): F[A]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped