c

bigglue.platforms.instances.thinactors

ThinActorPairwiseComposerPlatform

class ThinActorPairwiseComposerPlatform[InputL <: Identifiable[InputL], InputR <: Identifiable[InputR], Output <: Identifiable[Output]] extends ThinActorBinaryPlatform[InputL, InputR, Output]

Linear Supertypes
ThinActorBinaryPlatform[InputL, InputR, Output], BinaryPlatform[InputL, InputR, Output], BinaryChecker[InputL, InputR, Output], OutputStoreChecker[Output], InputStoresChecker[InputL, InputR], ConfigChecker, Platform, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ThinActorPairwiseComposerPlatform
  2. ThinActorBinaryPlatform
  3. BinaryPlatform
  4. BinaryChecker
  5. OutputStoreChecker
  6. InputStoresChecker
  7. ConfigChecker
  8. Platform
  9. AnyRef
  10. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ThinActorPairwiseComposerPlatform(name: String = ...)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ThinActorPairwiseComposerPlatform[InputL, InputR, Output] to any2stringadd[ThinActorPairwiseComposerPlatform[InputL, InputR, Output]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ThinActorPairwiseComposerPlatform[InputL, InputR, Output], B)
    Implicit
    This member is added by an implicit conversion from ThinActorPairwiseComposerPlatform[InputL, InputR, Output] to ArrowAssoc[ThinActorPairwiseComposerPlatform[InputL, InputR, Output]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. var actorRefOpt: Option[ActorRef]
    Definition Classes
    ThinActorBinaryPlatform
  7. implicit val actorSystem: ActorSystem
    Definition Classes
    ThinActorBinaryPlatform
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def check(conf: PipeConfig, inputLMap: DataStore[InputL], inputRMap: DataStore[InputR], outputMap: DataStore[Output]): Unit

    Check routine for binary data processors

    Check routine for binary data processors

    conf

    the config file to check

    inputLMap

    the left input store to check

    inputRMap

    the right input store to check

    outputMap

    the output store to check

    Definition Classes
    BinaryChecker
  10. def checkConfig(conf: PipeConfig): Unit

    Check that paths in configuration file relevant to host class are well-formed.

    Check that paths in configuration file relevant to host class are well-formed. Default does nothing.

    conf

    the config file to check

    Definition Classes
    ConfigChecker
  11. def checkInputL(inputLMap: DataStore[InputL]): Unit

    Check that left input store is compatible with the host class.

    Check that left input store is compatible with the host class. Default does nothing.

    inputLMap

    the input store to check

    Definition Classes
    InputStoresChecker
  12. def checkInputR(inputRMap: DataStore[InputR]): Unit

    Check that right input store is compatible with the host class.

    Check that right input store is compatible with the host class. Default does nothing.

    inputRMap

    the input store to check

    Definition Classes
    InputStoresChecker
  13. def checkOutput(outputMap: DataStore[Output]): Unit

    Check that output store is compatible with the host class.

    Check that output store is compatible with the host class. Default does nothing.

    outputMap

    the output store to check

    Definition Classes
    OutputStoreChecker
  14. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. var computationOpt: Option[Computation]

    What computation this platform ends up running.

    What computation this platform ends up running. (Mapper, Reducer, PairwiseComposer) This ends up being set in init() by both UnaryPlatform and BinaryPlatform.

    Definition Classes
    Platform
  16. def ensuring(cond: (ThinActorPairwiseComposerPlatform[InputL, InputR, Output]) ⇒ Boolean, msg: ⇒ Any): ThinActorPairwiseComposerPlatform[InputL, InputR, Output]
    Implicit
    This member is added by an implicit conversion from ThinActorPairwiseComposerPlatform[InputL, InputR, Output] to Ensuring[ThinActorPairwiseComposerPlatform[InputL, InputR, Output]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: (ThinActorPairwiseComposerPlatform[InputL, InputR, Output]) ⇒ Boolean): ThinActorPairwiseComposerPlatform[InputL, InputR, Output]
    Implicit
    This member is added by an implicit conversion from ThinActorPairwiseComposerPlatform[InputL, InputR, Output] to Ensuring[ThinActorPairwiseComposerPlatform[InputL, InputR, Output]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean, msg: ⇒ Any): ThinActorPairwiseComposerPlatform[InputL, InputR, Output]
    Implicit
    This member is added by an implicit conversion from ThinActorPairwiseComposerPlatform[InputL, InputR, Output] to Ensuring[ThinActorPairwiseComposerPlatform[InputL, InputR, Output]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean): ThinActorPairwiseComposerPlatform[InputL, InputR, Output]
    Implicit
    This member is added by an implicit conversion from ThinActorPairwiseComposerPlatform[InputL, InputR, Output] to Ensuring[ThinActorPairwiseComposerPlatform[InputL, InputR, Output]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  22. var errorLeftCuratorOpt: Option[ErrorCurator[InputL]]
    Definition Classes
    BinaryPlatform
  23. var errorPairCuratorOpt: Option[ErrorCurator[Pair[InputL, InputR]]]
    Definition Classes
    BinaryPlatform
  24. var errorRightCuratorOpt: Option[ErrorCurator[InputR]]
    Definition Classes
    BinaryPlatform
  25. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ThinActorPairwiseComposerPlatform[InputL, InputR, Output] to StringFormat[ThinActorPairwiseComposerPlatform[InputL, InputR, Output]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  27. def getActor(): ActorRef
    Definition Classes
    ThinActorBinaryPlatform
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  29. def getInputLMap(): DataStore[InputL]
    Definition Classes
    BinaryPlatform
  30. def getInputRMap(): DataStore[InputR]
    Definition Classes
    BinaryPlatform
  31. def getInputs(): (Seq[InputL], Seq[InputR], Seq[Pair[InputL, InputR]])
    Definition Classes
    BinaryPlatform
  32. def getLeftErrorCurator(): ErrorCurator[InputL]
    Definition Classes
    BinaryPlatform
  33. def getOutputMap(): DataStore[Output]
    Definition Classes
    BinaryPlatform
  34. def getPairConnector(): Connector[Pair[InputL, InputR]]
    Definition Classes
    BinaryPlatform
  35. def getPairErrorCurator(): ErrorCurator[Pair[InputL, InputR]]
    Definition Classes
    BinaryPlatform
  36. def getProvenanceCurator(): ProvenanceCurator[Pair[InputL, InputR], Output]
    Definition Classes
    BinaryPlatform
  37. def getRightErrorCurator(): ErrorCurator[InputR]
    Definition Classes
    BinaryPlatform
  38. def getUpstreamLConnector(): Connector[InputL]
    Definition Classes
    BinaryPlatform
  39. def getUpstreamRConnector(): Connector[InputR]
    Definition Classes
    BinaryPlatform
  40. def getVersionCurator(): VersionCurator[Output]
    Definition Classes
    BinaryPlatform
  41. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  42. def init(conf: PipeConfig, inputLMap: DataStore[InputL], inputRMap: DataStore[InputR], outputMap: DataStore[Output], builder: PlatformBuilder): Unit
  43. def initConnectors(conf: PipeConfig, builder: PlatformBuilder): Unit
  44. var inputLMapOpt: Option[DataStore[InputL]]
    Definition Classes
    BinaryPlatform
  45. var inputRMapOpt: Option[DataStore[InputR]]
    Definition Classes
    BinaryPlatform
  46. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  47. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  48. final def notify(): Unit
    Definition Classes
    AnyRef
  49. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  50. var outputMapOpt: Option[DataStore[Output]]
    Definition Classes
    BinaryPlatform
  51. var pairConnectorOpt: Option[Connector[Pair[InputL, InputR]]]
    Definition Classes
    BinaryPlatform
  52. def persist(): Unit

    This is called by the computation's persist step.

    This is called by the computation's persist step. In particular, this tends to see how much of the data set actually needs to be re-sent.

    Definition Classes
    BinaryPlatformPlatform
  53. var provenanceCuratorOpt: Option[ProvenanceCurator[Pair[InputL, InputR], Output]]
    Definition Classes
    BinaryPlatform
  54. def run(): Unit
    Definition Classes
    Platform
  55. def setComputation(computation: Computation): Platform

    This ends up being called in the init step of the Mapper, Reducer, or PairwiseComposer This links the actual computation and platform together.

    This ends up being called in the init step of the Mapper, Reducer, or PairwiseComposer This links the actual computation and platform together.

    computation

    The computation that is linked with the platform. (This is usually called through platform.setComputation(this))

    Definition Classes
    Platform
  56. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  57. def terminate(): Unit
    Definition Classes
    ThinActorBinaryPlatformPlatform
  58. def toString(): String
    Definition Classes
    AnyRef → Any
  59. var upstreamLConnectorOpt: Option[Connector[InputL]]
    Definition Classes
    BinaryPlatform
  60. var upstreamRConnectorOpt: Option[Connector[InputR]]
    Definition Classes
    BinaryPlatform
  61. var versionCuratorOpt: Option[VersionCurator[Output]]
    Definition Classes
    BinaryPlatform
  62. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. def wake(): Unit

    This function is called when the upstream connector lets the platform know that there's data to be computed.

    This function is called when the upstream connector lets the platform know that there's data to be computed.

    Definition Classes
    ThinActorBinaryPlatformPlatform
  66. def [B](y: B): (ThinActorPairwiseComposerPlatform[InputL, InputR, Output], B)
    Implicit
    This member is added by an implicit conversion from ThinActorPairwiseComposerPlatform[InputL, InputR, Output] to ArrowAssoc[ThinActorPairwiseComposerPlatform[InputL, InputR, Output]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from ThinActorBinaryPlatform[InputL, InputR, Output]

Inherited from BinaryPlatform[InputL, InputR, Output]

Inherited from BinaryChecker[InputL, InputR, Output]

Inherited from OutputStoreChecker[Output]

Inherited from InputStoresChecker[InputL, InputR]

Inherited from ConfigChecker

Inherited from Platform

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ThinActorPairwiseComposerPlatform[InputL, InputR, Output] to any2stringadd[ThinActorPairwiseComposerPlatform[InputL, InputR, Output]]

Inherited by implicit conversion StringFormat from ThinActorPairwiseComposerPlatform[InputL, InputR, Output] to StringFormat[ThinActorPairwiseComposerPlatform[InputL, InputR, Output]]

Inherited by implicit conversion Ensuring from ThinActorPairwiseComposerPlatform[InputL, InputR, Output] to Ensuring[ThinActorPairwiseComposerPlatform[InputL, InputR, Output]]

Inherited by implicit conversion ArrowAssoc from ThinActorPairwiseComposerPlatform[InputL, InputR, Output] to ArrowAssoc[ThinActorPairwiseComposerPlatform[InputL, InputR, Output]]

Ungrouped