case class BothDataStore[DataL <: Identifiable[DataL], DataR <: Identifiable[DataR]](dStoreL: DataStore[DataL], dStoreR: DataStore[DataR]) extends DataStore[Either[DataL, DataR]] with Product with Serializable
Created by edmundlam on 8/10/17.
- Alphabetic
- By Inheritance
- BothDataStore
- Serializable
- Serializable
- Product
- Equals
- DataStore
- ConfigBuildsDataStore
- ConfigBuilds
- ConfigChecker
- Upstream
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
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 BothDataStore[DataL, DataR] to any2stringadd[BothDataStore[DataL, DataR]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (BothDataStore[DataL, DataR], B)
- Implicit
- This member is added by an implicit conversion from BothDataStore[DataL, DataR] to ArrowAssoc[BothDataStore[DataL, DataR]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
add(data: Either[DataL, DataR]): Unit
- Definition Classes
- DataStore
-
def
all(): Seq[Either[DataL, DataR]]
This gets everything from the data store.
This gets everything from the data store.
- returns
Every document that is stored in the data store.
- Definition Classes
- BothDataStore → DataStore
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
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
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
val
configOpt: Option[PipeConfig]
- Definition Classes
- ConfigBuilds
-
def
constructBuilder(config: PipeConfig): DataStoreBuilder
- Definition Classes
- ConfigBuildsDataStore → ConfigBuilds
- val dStoreL: DataStore[DataL]
- val dStoreR: DataStore[DataR]
-
def
displayName(): String
- Definition Classes
- DataStore
-
val
downstreamConnectors: Seq[Connector[Either[DataL, DataR]]]
- Definition Classes
- Upstream
-
def
ensuring(cond: (BothDataStore[DataL, DataR]) ⇒ Boolean, msg: ⇒ Any): BothDataStore[DataL, DataR]
- Implicit
- This member is added by an implicit conversion from BothDataStore[DataL, DataR] to Ensuring[BothDataStore[DataL, DataR]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (BothDataStore[DataL, DataR]) ⇒ Boolean): BothDataStore[DataL, DataR]
- Implicit
- This member is added by an implicit conversion from BothDataStore[DataL, DataR] to Ensuring[BothDataStore[DataL, DataR]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): BothDataStore[DataL, DataR]
- Implicit
- This member is added by an implicit conversion from BothDataStore[DataL, DataR] to Ensuring[BothDataStore[DataL, DataR]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): BothDataStore[DataL, DataR]
- Implicit
- This member is added by an implicit conversion from BothDataStore[DataL, DataR] to Ensuring[BothDataStore[DataL, DataR]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
extract(): Seq[Either[DataL, DataR]]
- Definition Classes
- BothDataStore → DataStore
-
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 BothDataStore[DataL, DataR] to StringFormat[BothDataStore[DataL, DataR]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
getConfig(config: PipeConfig): PipeConfig
- Definition Classes
- ConfigBuilds
-
def
init(conf: PipeConfig): Unit
- Definition Classes
- DataStore
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
iterator(): Iterator[Either[DataL, DataR]]
This returns an iterator that iterates over the data store.
This returns an iterator that iterates over the data store.
- returns
An iterator that iterates over the data store until all documents have been processed.
- Definition Classes
- BothDataStore → DataStore
-
var
name: String
- Definition Classes
- DataStore
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def partition(ds: Seq[Either[DataL, DataR]]): (Seq[DataL], Seq[DataR])
-
def
put(data: Either[DataL, DataR]): Unit
- Definition Classes
- DataStore
-
def
put(data: Seq[Either[DataL, DataR]]): Unit
This puts the data into the data store using put_, and then sends the data down the pipeline if the data store is connected to the pipeline.
-
def
put_(ds: Seq[Either[DataL, DataR]]): Unit
This actually puts the data into the data store.
This actually puts the data into the data store.
- Definition Classes
- BothDataStore → DataStore
-
def
registerConnector(connector: Connector[Either[DataL, DataR]]): Unit
- Definition Classes
- Upstream
-
def
setConfig(pipeConfig: PipeConfig): Unit
- Definition Classes
- ConfigBuilds
-
def
setName(newName: String): Unit
- Definition Classes
- DataStore
-
def
size(): Int
- Definition Classes
- BothDataStore → DataStore
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
terminate(): Unit
- Definition Classes
- DataStore
-
def
transmitDownstream(data: Either[DataL, DataR]): Unit
- Definition Classes
- Upstream
-
def
transmitDownstream(data: Seq[Either[DataL, DataR]]): Unit
- Definition Classes
- Upstream
-
def
transmitDownstreamModified(data: Either[DataL, DataR]): Unit
- Definition Classes
- Upstream
-
def
transmitDownstreamModified(data: Seq[Either[DataL, DataR]]): Unit
- Definition Classes
- Upstream
-
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): (BothDataStore[DataL, DataR], B)
- Implicit
- This member is added by an implicit conversion from BothDataStore[DataL, DataR] to ArrowAssoc[BothDataStore[DataL, DataR]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc