Packages

o

nelson

CycleDetection

object CycleDetection

Source
CycleDetection.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CycleDetection
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type ReverseRoutingGraph = Graph[RoutingNode, Unit, RoutePath]
  2. type Valid[A] = Validated[NonEmptyList[NelsonError], A]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. def collectViolations(u: UnitDef, reachables: List[DCUnit], namespace: Namespace): Valid[Unit]
  7. def dependants(g: ReverseRoutingGraph)(d: Deployment): List[DCUnit]
  8. def detect(m: Manifest, cfg: NelsonConfig): StoreOpF[Valid[Unit]]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def err(u: UnitDef, namespace: Namespace, dcu: DCUnit): NelsonError
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getNamespaceGraphs(ns: List[Namespace]): StoreOpF[List[(Namespace, ReverseRoutingGraph)]]
  15. def getNamespaces(datacenters: List[Datacenter], namespaces: List[Namespace]): StoreOpF[List[Namespace]]
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def isViolation(dep: String, depVersion: FeatureVersion)(reachable: DCUnit): Boolean
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. def validateNoCycles(m: Manifest, cfg: NelsonConfig): EitherT[IO, NonEmptyList[NelsonError], Unit]
  25. def validateUnitDeps(namespace: Namespace, reachabilityGraph: ReverseRoutingGraph)(u: UnitDef): StoreOpF[Valid[Unit]]
  26. def validateUnitsInNamespace(m: Manifest, namespace: Namespace, reachabilityGraph: ReverseRoutingGraph): StoreOpF[Valid[Unit]]
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped