c

bigglue.platforms.instances.bigactors

BigActorPairwiseComposerPlatform

class BigActorPairwiseComposerPlatform[InputL <: Identifiable[InputL], InputR <: Identifiable[InputR], Output <: Identifiable[Output]] extends BigActorBinaryPlatform[InputL, InputR, Output]

Linear Supertypes
BigActorBinaryPlatform[InputL, InputR, Output], BigActor[Pair[InputL, InputR]], 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. BigActorPairwiseComposerPlatform
  2. BigActorBinaryPlatform
  3. BigActor
  4. BinaryPlatform
  5. BinaryChecker
  6. OutputStoreChecker
  7. InputStoresChecker
  8. ConfigChecker
  9. Platform
  10. AnyRef
  11. 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 BigActorPairwiseComposerPlatform(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 BigActorPairwiseComposerPlatform[InputL, InputR, Output] to any2stringadd[BigActorPairwiseComposerPlatform[InputL, InputR, Output]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (BigActorPairwiseComposerPlatform[InputL, InputR, Output], B)
    Implicit
    This member is added by an implicit conversion from BigActorPairwiseComposerPlatform[InputL, InputR, Output] to ArrowAssoc[BigActorPairwiseComposerPlatform[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. implicit def actorSystem: ActorSystem
    Definition Classes
    BigActor
  7. implicit val actorSystemOpt: Option[ActorSystem]
    Definition Classes
    BigActor
  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 compute(job: Pair[InputL, InputR]): Unit
    Definition Classes
    BigActor
  17. def compute_(input: Pair[InputL, InputR]): Unit
  18. def computer: ActorRef

    This gets the BigActorWorker.

    This gets the BigActorWorker.

    Definition Classes
    BigActor
  19. val computerOpt: Option[ActorRef]
    Definition Classes
    BigActor
  20. def ensuring(cond: (BigActorPairwiseComposerPlatform[InputL, InputR, Output]) ⇒ Boolean, msg: ⇒ Any): BigActorPairwiseComposerPlatform[InputL, InputR, Output]
    Implicit
    This member is added by an implicit conversion from BigActorPairwiseComposerPlatform[InputL, InputR, Output] to Ensuring[BigActorPairwiseComposerPlatform[InputL, InputR, Output]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: (BigActorPairwiseComposerPlatform[InputL, InputR, Output]) ⇒ Boolean): BigActorPairwiseComposerPlatform[InputL, InputR, Output]
    Implicit
    This member is added by an implicit conversion from BigActorPairwiseComposerPlatform[InputL, InputR, Output] to Ensuring[BigActorPairwiseComposerPlatform[InputL, InputR, Output]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean, msg: ⇒ Any): BigActorPairwiseComposerPlatform[InputL, InputR, Output]
    Implicit
    This member is added by an implicit conversion from BigActorPairwiseComposerPlatform[InputL, InputR, Output] to Ensuring[BigActorPairwiseComposerPlatform[InputL, InputR, Output]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: Boolean): BigActorPairwiseComposerPlatform[InputL, InputR, Output]
    Implicit
    This member is added by an implicit conversion from BigActorPairwiseComposerPlatform[InputL, InputR, Output] to Ensuring[BigActorPairwiseComposerPlatform[InputL, InputR, Output]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  26. var errorLeftCuratorOpt: Option[ErrorCurator[InputL]]
    Definition Classes
    BinaryPlatform
  27. var errorPairCuratorOpt: Option[ErrorCurator[Pair[InputL, InputR]]]
    Definition Classes
    BinaryPlatform
  28. var errorRightCuratorOpt: Option[ErrorCurator[InputR]]
    Definition Classes
    BinaryPlatform
  29. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from BigActorPairwiseComposerPlatform[InputL, InputR, Output] to StringFormat[BigActorPairwiseComposerPlatform[InputL, InputR, Output]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  31. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  32. def getErrorCurator(): ErrorCurator[Pair[InputL, InputR]]
    Definition Classes
    BigActorBinaryPlatformBigActor
  33. def getInputLMap(): DataStore[InputL]
    Definition Classes
    BinaryPlatform
  34. def getInputRMap(): DataStore[InputR]
    Definition Classes
    BinaryPlatform
  35. def getInputs(): (Seq[InputL], Seq[InputR], Seq[Pair[InputL, InputR]])
    Definition Classes
    BinaryPlatform
  36. def getLeftErrorCurator(): ErrorCurator[InputL]
    Definition Classes
    BinaryPlatform
  37. def getOutputMap(): DataStore[Output]
    Definition Classes
    BinaryPlatform
  38. def getPairConnector(): Connector[Pair[InputL, InputR]]
    Definition Classes
    BinaryPlatform
  39. def getPairErrorCurator(): ErrorCurator[Pair[InputL, InputR]]
    Definition Classes
    BinaryPlatform
  40. def getProvenanceCurator(): ProvenanceCurator[Pair[InputL, InputR], Output]
    Definition Classes
    BinaryPlatform
  41. def getRightErrorCurator(): ErrorCurator[InputR]
    Definition Classes
    BinaryPlatform
  42. def getUpstreamLConnector(): Connector[InputL]
    Definition Classes
    BinaryPlatform
  43. def getUpstreamRConnector(): Connector[InputR]
    Definition Classes
    BinaryPlatform
  44. def getVersionCurator(): VersionCurator[Output]
    Definition Classes
    BinaryPlatform
  45. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  46. val infoConfig: Config
    Definition Classes
    BigActor
  47. def init(conf: PipeConfig, inputLMap: DataStore[InputL], inputRMap: DataStore[InputR], outputMap: DataStore[Output], builder: PlatformBuilder): Unit
    Definition Classes
    BigActorBinaryPlatformBinaryPlatform
  48. def initConnectors(conf: PipeConfig, builder: PlatformBuilder): Unit
    Definition Classes
    BigActorBinaryPlatformBinaryPlatform
  49. var inputLMapOpt: Option[DataStore[InputL]]
    Definition Classes
    BinaryPlatform
  50. var inputLOccurrences: Map[InputL, Integer]
    Definition Classes
    BigActorBinaryPlatform
  51. var inputRMapOpt: Option[DataStore[InputR]]
    Definition Classes
    BinaryPlatform
  52. var inputROccurrences: Map[InputR, Integer]
    Definition Classes
    BigActorBinaryPlatform
  53. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  54. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  55. final def notify(): Unit
    Definition Classes
    AnyRef
  56. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  57. var outputMapOpt: Option[DataStore[Output]]
    Definition Classes
    BinaryPlatform
  58. var pairConnectorOpt: Option[Connector[Pair[InputL, InputR]]]
    Definition Classes
    BinaryPlatform
  59. 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
  60. var provenanceCuratorOpt: Option[ProvenanceCurator[Pair[InputL, InputR], Output]]
    Definition Classes
    BinaryPlatform
  61. def run(): Unit
    Definition Classes
    BigActorBinaryPlatformPlatform
  62. 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
  63. var superActorOpt: Option[ActorRef]
    Definition Classes
    BigActorBinaryPlatform
  64. def supervisor: ActorRef
    Definition Classes
    BigActorBinaryPlatform
  65. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  66. def terminate(): Unit
    Definition Classes
    BigActorBinaryPlatformPlatform
  67. def toString(): String
    Definition Classes
    AnyRef → Any
  68. def updateConfigAndGetActorNames(conf: Config, name: String): List[String]
    Definition Classes
    BigActor
  69. var upstreamLConnectorOpt: Option[Connector[InputL]]
    Definition Classes
    BinaryPlatform
  70. var upstreamRConnectorOpt: Option[Connector[InputR]]
    Definition Classes
    BinaryPlatform
  71. var versionCuratorOpt: Option[VersionCurator[Output]]
    Definition Classes
    BinaryPlatform
  72. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  73. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  74. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  75. 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
    BigActorBinaryPlatformPlatform
  76. def [B](y: B): (BigActorPairwiseComposerPlatform[InputL, InputR, Output], B)
    Implicit
    This member is added by an implicit conversion from BigActorPairwiseComposerPlatform[InputL, InputR, Output] to ArrowAssoc[BigActorPairwiseComposerPlatform[InputL, InputR, Output]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from BigActorBinaryPlatform[InputL, InputR, Output]

Inherited from BigActor[Pair[InputL, InputR]]

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 BigActorPairwiseComposerPlatform[InputL, InputR, Output] to any2stringadd[BigActorPairwiseComposerPlatform[InputL, InputR, Output]]

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

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

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

Ungrouped