com.nicta.scoobi.impl.plan.mscr

MscrInputChannel

Related Doc: package mscr

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 graph: Graph

  4. 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
  5. 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

  6. abstract def 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

  7. abstract def outputNodes: Seq[CompNode]

    nodes where this input channel writes to

    nodes where this input channel writes to

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

    returns

    the output tag for a given "last" mapper

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

    returns

    all the ProcessNodes for this channel

    Definition Classes
    Channel
  10. 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
  11. 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
  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: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def bypassTags: Seq[Int]

    tags for bypass nodes

    tags for bypass nodes

    Definition Classes
    InputChannel
  6. def cleanup(context: InputOutputContext): Unit

    setup the parallelDos of this input channel

    setup the parallelDos of this input channel

    Definition Classes
    MscrInputChannelInputChannel
  7. def clone(): AnyRef

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

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  15. lazy val graphNodes: Graph

  16. def hashCode(): Int

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

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

    sourceNode + environments for the parallelDo nodes

    sourceNode + environments for the parallelDo nodes

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

    Definition Classes
    Any
  20. implicit lazy val logger: Log

  21. 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
  22. def mappersToString(name: String, mps: Seq[ParallelDo]): String

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

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

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

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

    Attributes
    protected
  27. implicit var scoobiConfiguration: ScoobiConfiguration

    Attributes
    protected
  28. 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
  29. lazy val source: Source

    data source for this input channel if the

    data source for this input channel if the

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

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

    Attributes
    protected
  32. def toString(): String

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

    Attributes
    protected
  34. var vectorEmitter: VectorEmitterWriter

    Attributes
    protected
  35. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from InputChannel

Inherited from Channel

Inherited from AnyRef

Inherited from Any

Ungrouped