case class PlatformStub[Data](platform: Platform) extends Connector[Data] with Product with Serializable
This is a wrapper for the platform as a connector. This is only meant to be a downstream connector to the connectors in between the data store and the platform. In the terms of the example, this is
- Data
The type of the data of the input that is sent into the platform.
- platform
The platform that is connected to the various connectors.
- Alphabetic
- By Inheritance
- PlatformStub
- Serializable
- Serializable
- Product
- Equals
- Connector
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from PlatformStub[Data] to any2stringadd[PlatformStub[Data]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
+>(connector: Connector[Data]): Connector[Data]
- Definition Classes
- Connector
-
def
->[B](y: B): (PlatformStub[Data], B)
- Implicit
- This member is added by an implicit conversion from PlatformStub[Data] to ArrowAssoc[PlatformStub[Data]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
var
downstreamConnectorOpt: Option[Connector[Data]]
- Definition Classes
- Connector
-
def
ensuring(cond: (PlatformStub[Data]) ⇒ Boolean, msg: ⇒ Any): PlatformStub[Data]
- Implicit
- This member is added by an implicit conversion from PlatformStub[Data] to Ensuring[PlatformStub[Data]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (PlatformStub[Data]) ⇒ Boolean): PlatformStub[Data]
- Implicit
- This member is added by an implicit conversion from PlatformStub[Data] to Ensuring[PlatformStub[Data]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): PlatformStub[Data]
- Implicit
- This member is added by an implicit conversion from PlatformStub[Data] to Ensuring[PlatformStub[Data]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): PlatformStub[Data]
- Implicit
- This member is added by an implicit conversion from PlatformStub[Data] to Ensuring[PlatformStub[Data]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from PlatformStub[Data] to StringFormat[PlatformStub[Data]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
getDownstream(): Connector[Data]
- Definition Classes
- Connector
-
def
getUpstream(): Connector[Data]
- Definition Classes
- Connector
-
def
init(conf: PipeConfig): Unit
- Definition Classes
- PlatformStub → Connector
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
persist(dataStore: DataStore[Data]): Unit
- Definition Classes
- Connector
- val platform: Platform
-
def
registerDownstreamConnector(connector: Connector[Data]): Unit
- Definition Classes
- Connector
-
def
registerPlatform(platform: Platform): Unit
This connects the platform to the connector so the connector sends stuff to the platform.
This connects the platform to the connector so the connector sends stuff to the platform. As an implementation, this creates a dummy PlatformStub that's connected to the platform and makes that it's downstream connector.
- platform
The platform that is being connected.
- Definition Classes
- Connector
-
def
registerUpstreamConnector(connector: Connector[Data]): Unit
- Definition Classes
- Connector
-
def
reportUp(status: Status, ids: Seq[Data]): Unit
- Definition Classes
- PlatformStub → Connector
-
def
reportUp(status: Status, data: Data): Unit
- Definition Classes
- Connector
-
def
retrieveUp(): Seq[Data]
- Definition Classes
- PlatformStub → Connector
-
def
sendDown(data: Seq[Data]): Unit
- Definition Classes
- PlatformStub → Connector
-
def
sendDown(data: Data): Unit
- Definition Classes
- Connector
-
def
sendDownModified(data: Seq[Data]): Unit
- Definition Classes
- PlatformStub → Connector
-
def
sendDownModified(data: Data): Unit
- Definition Classes
- Connector
-
def
signalDown(): Unit
When data is being signaled down the pipeline, this simply just wakes up the platform.
When data is being signaled down the pipeline, this simply just wakes up the platform.
- Definition Classes
- PlatformStub → Connector
-
def
size(): Int
- Definition Classes
- PlatformStub → Connector
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
terminate(): Unit
- Definition Classes
- PlatformStub → Connector
-
var
upstreamConnectorOpt: Option[Connector[Data]]
- Definition Classes
- Connector
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
→[B](y: B): (PlatformStub[Data], B)
- Implicit
- This member is added by an implicit conversion from PlatformStub[Data] to ArrowAssoc[PlatformStub[Data]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc