class InMemDataQueue[Data] extends DataQueue[Data]
- Alphabetic
- By Inheritance
- InMemDataQueue
- DataQueue
- DataStore
- ConfigBuildsDataStore
- ConfigBuilds
- ConfigChecker
- Upstream
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- new InMemDataQueue()
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 InMemDataQueue[Data] to any2stringadd[InMemDataQueue[Data]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (InMemDataQueue[Data], B)
- Implicit
- This member is added by an implicit conversion from InMemDataQueue[Data] to ArrowAssoc[InMemDataQueue[Data]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
add(data: Data): Unit
- Definition Classes
- DataStore
-
def
all(): Seq[Data]
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
- InMemDataQueue → 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
dequeue(): Option[Data]
- Definition Classes
- InMemDataQueue → DataQueue
-
def
displayName(): String
- Definition Classes
- DataStore
-
val
downstreamConnectors: Seq[Connector[Data]]
- Definition Classes
- Upstream
-
def
enqueue(data: Seq[Data]): Unit
- Definition Classes
- DataQueue
-
def
enqueue(data: Data): Unit
- Definition Classes
- DataQueue
-
def
ensuring(cond: (InMemDataQueue[Data]) ⇒ Boolean, msg: ⇒ Any): InMemDataQueue[Data]
- Implicit
- This member is added by an implicit conversion from InMemDataQueue[Data] to Ensuring[InMemDataQueue[Data]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (InMemDataQueue[Data]) ⇒ Boolean): InMemDataQueue[Data]
- Implicit
- This member is added by an implicit conversion from InMemDataQueue[Data] to Ensuring[InMemDataQueue[Data]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): InMemDataQueue[Data]
- Implicit
- This member is added by an implicit conversion from InMemDataQueue[Data] to Ensuring[InMemDataQueue[Data]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): InMemDataQueue[Data]
- Implicit
- This member is added by an implicit conversion from InMemDataQueue[Data] to Ensuring[InMemDataQueue[Data]] 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[Data]
- Definition Classes
- InMemDataQueue → 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 InMemDataQueue[Data] to StringFormat[InMemDataQueue[Data]] 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
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[Data]
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
- InMemDataQueue → DataStore
- var ls: Vector[Data]
-
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(data: Data): Unit
- Definition Classes
- DataStore
-
def
put(data: Seq[Data]): 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_(data: Seq[Data]): 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
- InMemDataQueue → DataStore
-
def
registerConnector(connector: Connector[Data]): 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
- InMemDataQueue → 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: Data): Unit
- Definition Classes
- Upstream
-
def
transmitDownstream(data: Seq[Data]): Unit
- Definition Classes
- Upstream
-
def
transmitDownstreamModified(data: Data): Unit
- Definition Classes
- Upstream
-
def
transmitDownstreamModified(data: Seq[Data]): 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): (InMemDataQueue[Data], B)
- Implicit
- This member is added by an implicit conversion from InMemDataQueue[Data] to ArrowAssoc[InMemDataQueue[Data]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc