Packages

package plan

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

Package Members

  1. package operations
  2. package repr
  3. package topology

Type Members

  1. sealed abstract class ExecutableOp extends Product with CachedProductHashcode
  2. final case class Plan(plan: DG[DIKey, ExecutableOp], input: PlannerInput) extends CachedHashcode with Product with Serializable
  3. sealed trait Roots extends AnyRef

    Roots designate the components to choose as "garbage collection roots" for the object graph.

    Roots designate the components to choose as "garbage collection roots" for the object graph.

    The purpose of the Roots/garbage collection mechanism is to allow you to pass to the injector more bindings than strictly necessary and defer the choice of what specific components to construct from those bindings. Effectively, this selects a *sub-graph* of the largest possible object graph that can be described by bindings.

    Tests in distage-testkit and roles in distage-framework are built on this mechanism. distage-testkit's test cases designate their parameters as roots and instantiate only the sub-graph required for a given test case. distage-framework's roles are effectively just allow you to choose root components and pass them command-line parameters.

    See also

    Activations

    Garbage Collection

    Roles

    Testkit

  4. sealed trait Wiring extends AnyRef

Deprecated Type Members

  1. type AbstractPlan = Plan
    Annotations
    @deprecated
    Deprecated

    (Since version 1.1.0) Replaced by Plan

  2. type DIPlan = Plan
    Annotations
    @deprecated
    Deprecated

    (Since version 1.1.0) Renamed to Plan

  3. type OrderedPlan = Plan
    Annotations
    @deprecated
    Deprecated

    (Since version 1.1.0) Replaced by Plan

  4. type SemiPlan = Plan
    Annotations
    @deprecated
    Deprecated

    (Since version 1.1.0) Replaced by Plan

Value Members

  1. object ExecutableOp
  2. object Plan extends Serializable
  3. object Roots
  4. object Wiring

Deprecated Value Members

  1. lazy val AbstractPlan: Plan.type
    Annotations
    @deprecated
    Deprecated

    (Since version 1.1.0) Replaced by Plan

  2. lazy val DIPlan: Plan.type
    Annotations
    @deprecated
    Deprecated

    (Since version 1.1.0) Renamed to Plan

  3. lazy val OrderedPlan: Plan.type
    Annotations
    @deprecated
    Deprecated

    (Since version 1.1.0) Replaced by Plan

  4. lazy val SemiPlan: Plan.type
    Annotations
    @deprecated
    Deprecated

    (Since version 1.1.0) Replaced by Plan

Inherited from AnyRef

Inherited from Any

Ungrouped