c

bigglue.store.instances

InMemLinearStore

class InMemLinearStore[Data] extends DataStore[Data]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InMemLinearStore
  2. DataStore
  3. ConfigBuildsDataStore
  4. ConfigBuilds
  5. ConfigChecker
  6. Upstream
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InMemLinearStore()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from InMemLinearStore[Data] to any2stringadd[InMemLinearStore[Data]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (InMemLinearStore[Data], B)
    Implicit
    This member is added by an implicit conversion from InMemLinearStore[Data] to ArrowAssoc[InMemLinearStore[Data]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def add(data: Data): Unit
    Definition Classes
    DataStore
  7. 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
    InMemLinearStoreDataStore
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. 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
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val configOpt: Option[PipeConfig]
    Definition Classes
    ConfigBuilds
  12. def constructBuilder(config: PipeConfig): DataStoreBuilder
    Definition Classes
    ConfigBuildsDataStoreConfigBuilds
  13. def displayName(): String
    Definition Classes
    DataStore
  14. val downstreamConnectors: Seq[Connector[Data]]
    Definition Classes
    Upstream
  15. def ensuring(cond: (InMemLinearStore[Data]) ⇒ Boolean, msg: ⇒ Any): InMemLinearStore[Data]
    Implicit
    This member is added by an implicit conversion from InMemLinearStore[Data] to Ensuring[InMemLinearStore[Data]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: (InMemLinearStore[Data]) ⇒ Boolean): InMemLinearStore[Data]
    Implicit
    This member is added by an implicit conversion from InMemLinearStore[Data] to Ensuring[InMemLinearStore[Data]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean, msg: ⇒ Any): InMemLinearStore[Data]
    Implicit
    This member is added by an implicit conversion from InMemLinearStore[Data] to Ensuring[InMemLinearStore[Data]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean): InMemLinearStore[Data]
    Implicit
    This member is added by an implicit conversion from InMemLinearStore[Data] to Ensuring[InMemLinearStore[Data]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def extract(): Seq[Data]
    Definition Classes
    InMemLinearStoreDataStore
  22. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from InMemLinearStore[Data] to StringFormat[InMemLinearStore[Data]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  25. def getConfig(config: PipeConfig): PipeConfig
    Definition Classes
    ConfigBuilds
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  27. def init(conf: PipeConfig): Unit
    Definition Classes
    DataStore
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. 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
    InMemLinearStoreDataStore
  30. var ls: List[Data]
  31. var name: String
    Definition Classes
    DataStore
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  35. def put(data: Data): Unit
    Definition Classes
    DataStore
  36. 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.

    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.

    data

    The data that needs to be put into the data store.

    Definition Classes
    DataStore
  37. 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
    InMemLinearStoreDataStore
  38. def registerConnector(connector: Connector[Data]): Unit
    Definition Classes
    Upstream
  39. def setConfig(pipeConfig: PipeConfig): Unit
    Definition Classes
    ConfigBuilds
  40. def setName(newName: String): Unit
    Definition Classes
    DataStore
  41. def size(): Int
    Definition Classes
    InMemLinearStoreDataStore
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. def terminate(): Unit
    Definition Classes
    DataStore
  44. def toString(): String
    Definition Classes
    InMemLinearStore → AnyRef → Any
  45. def transmitDownstream(data: Data): Unit
    Definition Classes
    Upstream
  46. def transmitDownstream(data: Seq[Data]): Unit
    Definition Classes
    Upstream
  47. def transmitDownstreamModified(data: Data): Unit
    Definition Classes
    Upstream
  48. def transmitDownstreamModified(data: Seq[Data]): Unit
    Definition Classes
    Upstream
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. def [B](y: B): (InMemLinearStore[Data], B)
    Implicit
    This member is added by an implicit conversion from InMemLinearStore[Data] to ArrowAssoc[InMemLinearStore[Data]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from DataStore[Data]

Inherited from ConfigBuildsDataStore

Inherited from ConfigBuilds[DataStoreBuilder]

Inherited from ConfigChecker

Inherited from Upstream[Data]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from InMemLinearStore[Data] to any2stringadd[InMemLinearStore[Data]]

Inherited by implicit conversion StringFormat from InMemLinearStore[Data] to StringFormat[InMemLinearStore[Data]]

Inherited by implicit conversion Ensuring from InMemLinearStore[Data] to Ensuring[InMemLinearStore[Data]]

Inherited by implicit conversion ArrowAssoc from InMemLinearStore[Data] to ArrowAssoc[InMemLinearStore[Data]]

Ungrouped