Class

org.tresamigos.smv

TX

Related Doc: package smv

Permalink

class TX extends AnyRef

Abstraction of the transaction boundary for loading SmvDataSets. A TX object will instantiate a set of repos when it is it self instantiated and will reuse the same repos for all queries. This means that each new TX object will reload the SmvDataSet from source **once** during its lifetime.

NOTE: Once a new TX is created, the well-formedness of the SmvDataSets provided by the previous TX is not guaranteed. Particularly it may become impossible to run modules from the previous TX.

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

Instance Constructors

  1. new TX(repoFactories: Seq[DataSetRepoFactory], smvConfig: SmvConfig)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def allDataSets(): Seq[SmvDataSet]

    Permalink
  5. def allOutputModules: Seq[SmvDataSet]

    Permalink
  6. def allUrns(): Seq[URN]

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def dataSetsForStage(stageNames: String*): Seq[SmvDataSet]

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. def inferDS(partialNames: String*): Seq[SmvDataSet]

    Permalink

    Infer which SmvDataSet corresponds to a partial name.

    Infer which SmvDataSet corresponds to a partial name. Used e.g. to identify modules specified via smv-pyrun -m.

  16. def inferUrn(partialNames: String*): Seq[URN]

    Permalink
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def load(urns: URN*): Seq[SmvDataSet]

    Permalink
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. def outputModulesForStage(stageNames: String*): Seq[SmvDataSet]

    Permalink
  23. val repos: Seq[DataSetRepo]

    Permalink
  24. val resolver: DataSetResolver

    Permalink
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. def urnsForStage(stageNames: String*): Seq[URN]

    Permalink
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped