class JobQueue[Data] extends Connector[Data]
This is a Connector that's the superclass to IncrTrackerJobQueue. It acts exactly the same, with the exception that there's no status map attached to it.
- Data
The type of data that's being sent down the pipeline from this connector. In the case of the example, it's bigglue.examples.GitRepo for clonedMap.
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- JobQueue
- Connector
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new JobQueue()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
-
def
+>(connector: Connector[Data]): Connector[Data]
- Definition Classes
- Connector
- def ->[B](y: B): (JobQueue[Data], B)
-
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: (JobQueue[Data]) ⇒ Boolean, msg: ⇒ Any): JobQueue[Data]
- def ensuring(cond: (JobQueue[Data]) ⇒ Boolean): JobQueue[Data]
- def ensuring(cond: Boolean, msg: ⇒ Any): JobQueue[Data]
- def ensuring(cond: Boolean): JobQueue[Data]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
getDownstream(): Connector[Data]
- Definition Classes
- Connector
-
def
getUpstream(): Connector[Data]
- Definition Classes
- Connector
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- def init(conf: PipeConfig): Unit
-
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
- var queue: DataQueue[Data]
-
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, data: Seq[Data]): Unit
-
def
reportUp(status: Status, data: Data): Unit
- Definition Classes
- Connector
- def retrieveUp(): Seq[Data]
- def sendDown(data: Seq[Data]): Unit
-
def
sendDown(data: Data): Unit
- Definition Classes
- Connector
- def sendDownModified(data: Seq[Data]): Unit
-
def
sendDownModified(data: Data): Unit
- Definition Classes
- Connector
- def signalDown(): Unit
- def size(): Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def terminate(): Unit
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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): (JobQueue[Data], B)