com.nicta.scoobi.impl.plan.mscr

MscrInputChannel

trait MscrInputChannel extends InputChannel

Common implementation of InputChannel for GbkInputChannel and FloatingInputChannel

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MscrInputChannel
  2. InputChannel
  3. Channel
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def bypassOutputNodes: Seq[ParallelDo]

    output nodes (parallelDos) which are not going in a reducer

    output nodes (parallelDos) which are not going in a reducer

    Definition Classes
    InputChannel
  2. abstract def createEmitter(tag: Int, context: InputOutputContext): EmitterWriter

    create an emitter for a given output tag, which will either emit values with auto-generated keys for a FloatingInputChannel, or key/values for a GbkInputChannel

    create an emitter for a given output tag, which will either emit values with auto-generated keys for a FloatingInputChannel, or key/values for a GbkInputChannel

    Attributes
    protected
  3. abstract def keyTypes: KeyTypes

    types of the keys which are emitted by this InputChannel, by tag

    types of the keys which are emitted by this InputChannel, by tag

    Definition Classes
    InputChannel
  4. abstract def lastMappers: Seq[ParallelDo]

    last mappers in the "tree" of mappers using the input channel source node A mapper is not the "last" if its parent is a parallelDo that is included in the list of mappers

  5. abstract def nodes: Layering

  6. abstract def outputNodes: Seq[CompNode]

    nodes where this input channel writes to

    nodes where this input channel writes to

    Definition Classes
    InputChannel
  7. abstract def outputTags(mapper: ParallelDo): Seq[Int]

    returns

    the output tag for a given "last" mapper

    Attributes
    protected
  8. abstract def processNodes: Seq[ProcessNode]

    returns

    all the ProcessNodes for this channel

    Definition Classes
    Channel
  9. abstract def sourceNode: CompNode

    main source node providing data for this input channel

    main source node providing data for this input channel

    Definition Classes
    InputChannel
  10. abstract def tags: Seq[Int]

    set of tags, which are node ids consuming the values produced by this input channel

    set of tags, which are node ids consuming the values produced by this input channel

    Definition Classes
    InputChannel
  11. abstract def terminalNodes: Seq[CompNode]

    nodes defining the output values of this channel, group by keys for a GbkInputChannel or parallelDo nodes for a FloatingInputChannel

  12. abstract def valueTypes: ValueTypes

    types of the values which are emitted by this InputChannel, by tag

    types of the values which are emitted by this InputChannel, by tag

    Definition Classes
    InputChannel

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def cleanup(context: InputOutputContext): Unit

    setup the parallelDos of this input channel

    setup the parallelDos of this input channel

    Definition Classes
    MscrInputChannelInputChannel
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. implicit var configuration: Configuration

    Attributes
    protected
  10. var emitters: Map[Int, EmitterWriter]

    Attributes
    protected
  11. var environments: Map[ParallelDo, Any]

    Attributes
    protected
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(a: Any): Boolean

    Definition Classes
    InputChannel → AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. lazy val graphNodes: Layering

  17. def hashCode(): Int

    Definition Classes
    InputChannel → AnyRef → Any
  18. def id: Int

    Definition Classes
    InputChannel
  19. lazy val inputNodes: Seq[CompNode]

    sourceNode + environments for the parallelDo nodes

    sourceNode + environments for the parallelDo nodes

    Definition Classes
    MscrInputChannelInputChannel
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. implicit lazy val logger: Log

  22. def map(key: Any, value: Any, context: InputOutputContext): Unit

    map a given key/value and emit it

    map a given key/value and emit it

    Definition Classes
    MscrInputChannelInputChannel
  23. lazy val mappers: Seq[ParallelDo]

    collect all the mappers which are connected to the source node and connect to one of the terminal nodes for this channel

  24. def mappersToString(name: String, mps: Seq[ParallelDo]): String

  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. def scoobiConfiguration(configuration: Configuration): ScoobiConfigurationImpl

    Attributes
    protected
  29. implicit var scoobiConfiguration: ScoobiConfiguration

    Attributes
    protected
  30. def setup(context: InputOutputContext): Unit

    store the current TaggedKey/TaggedValue which are going to be a container for all key/values to map, by tag

    store the current TaggedKey/TaggedValue which are going to be a container for all key/values to map, by tag

    Definition Classes
    MscrInputChannelInputChannel
  31. lazy val source: Source

    data source for this input channel if the

    data source for this input channel if the

    Definition Classes
    MscrInputChannelInputChannel
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. var tks: Map[Int, TaggedKey]

    Attributes
    protected
  34. def toString(): String

    Definition Classes
    MscrInputChannel → AnyRef → Any
  35. var tvs: Map[Int, TaggedValue]

    Attributes
    protected
  36. var vectorEmitter: VectorEmitterWriter

    Attributes
    protected
  37. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from InputChannel

Inherited from Channel

Inherited from AnyRef

Inherited from Any

Ungrouped