class TupleDataMap[KeyL, KeyR, DataL, DataR] extends DataMap[I[(KeyL, KeyR)], I[(DataL, DataR)]]
- Alphabetic
- By Inheritance
- TupleDataMap
- DataMap
- DataStore
- ConfigBuildsDataStore
- ConfigBuilds
- ConfigChecker
- Upstream
- 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 TupleDataMap[KeyL, KeyR, DataL, DataR] to any2stringadd[TupleDataMap[KeyL, KeyR, DataL, DataR]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (TupleDataMap[KeyL, KeyR, DataL, DataR], B)
- Implicit
- This member is added by an implicit conversion from TupleDataMap[KeyL, KeyR, DataL, DataR] to ArrowAssoc[TupleDataMap[KeyL, KeyR, 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: I[(DataL, DataR)]): Unit
- Definition Classes
- DataStore
-
def
all(): Seq[I[(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
- TupleDataMap → 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
-
def
contains(key: I[(KeyL, KeyR)]): Boolean
- Definition Classes
- TupleDataMap → DataMap
-
def
displayName(): String
- Definition Classes
- DataStore
-
val
downstreamConnectors: Seq[Connector[I[(DataL, DataR)]]]
- Definition Classes
- Upstream
-
def
ensuring(cond: (TupleDataMap[KeyL, KeyR, DataL, DataR]) ⇒ Boolean, msg: ⇒ Any): TupleDataMap[KeyL, KeyR, DataL, DataR]
- Implicit
- This member is added by an implicit conversion from TupleDataMap[KeyL, KeyR, DataL, DataR] to Ensuring[TupleDataMap[KeyL, KeyR, DataL, DataR]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (TupleDataMap[KeyL, KeyR, DataL, DataR]) ⇒ Boolean): TupleDataMap[KeyL, KeyR, DataL, DataR]
- Implicit
- This member is added by an implicit conversion from TupleDataMap[KeyL, KeyR, DataL, DataR] to Ensuring[TupleDataMap[KeyL, KeyR, DataL, DataR]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): TupleDataMap[KeyL, KeyR, DataL, DataR]
- Implicit
- This member is added by an implicit conversion from TupleDataMap[KeyL, KeyR, DataL, DataR] to Ensuring[TupleDataMap[KeyL, KeyR, DataL, DataR]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): TupleDataMap[KeyL, KeyR, DataL, DataR]
- Implicit
- This member is added by an implicit conversion from TupleDataMap[KeyL, KeyR, DataL, DataR] to Ensuring[TupleDataMap[KeyL, KeyR, DataL, DataR]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
extract(): Seq[I[(DataL, DataR)]]
- Definition Classes
- TupleDataMap → 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 TupleDataMap[KeyL, KeyR, DataL, DataR] to StringFormat[TupleDataMap[KeyL, KeyR, DataL, DataR]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
def
get(key: I[(KeyL, KeyR)]): Option[I[(DataL, DataR)]]
- Definition Classes
- TupleDataMap → DataMap
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
getConfig(config: PipeConfig): PipeConfig
- Definition Classes
- ConfigBuilds
-
def
getOrElse(key: I[(KeyL, KeyR)], default: I[(DataL, DataR)]): I[(DataL, DataR)]
- Definition Classes
- DataMap
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
def
init(conf: PipeConfig): Unit
- Definition Classes
- DataStore
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
iterator(): Iterator[I[(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
- TupleDataMap → 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
put(key: I[(KeyL, KeyR)], data: I[(DataL, DataR)]): Unit
- Definition Classes
- DataMap
-
def
put(data: I[(DataL, DataR)]): Unit
- Definition Classes
- DataStore
-
def
put(data: Seq[I[(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_(key: I[(KeyL, KeyR)], data: I[(DataL, DataR)]): Unit
- Definition Classes
- TupleDataMap → DataMap
-
def
put_(data: Seq[I[(DataL, DataR)]]): Unit
This actually puts the data into the data store.
This actually puts the data into the data store.
- data
The data to be put into the data store.
- Definition Classes
- TupleDataMap → DataStore
-
def
registerConnector(connector: Connector[I[(DataL, DataR)]]): Unit
- Definition Classes
- Upstream
-
def
remove(key: I[(KeyL, KeyR)]): Unit
- Definition Classes
- TupleDataMap → DataMap
-
def
remove(keys: Seq[I[(KeyL, KeyR)]]): Unit
- Definition Classes
- TupleDataMap → DataMap
-
def
setConfig(pipeConfig: PipeConfig): Unit
- Definition Classes
- ConfigBuilds
-
def
setName(newName: String): Unit
- Definition Classes
- DataStore
-
def
size(): Int
- Definition Classes
- TupleDataMap → DataStore
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
terminate(): Unit
- Definition Classes
- DataStore
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
transmitDownstream(data: I[(DataL, DataR)]): Unit
- Definition Classes
- Upstream
-
def
transmitDownstream(data: Seq[I[(DataL, DataR)]]): Unit
- Definition Classes
- Upstream
-
def
transmitDownstreamModified(data: I[(DataL, DataR)]): Unit
- Definition Classes
- Upstream
-
def
transmitDownstreamModified(data: Seq[I[(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): (TupleDataMap[KeyL, KeyR, DataL, DataR], B)
- Implicit
- This member is added by an implicit conversion from TupleDataMap[KeyL, KeyR, DataL, DataR] to ArrowAssoc[TupleDataMap[KeyL, KeyR, DataL, DataR]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc