org.apache.gearpump.streaming.examples.fsio

SeqFileStreamProducer

Related Docs: object SeqFileStreamProducer | package fsio

class SeqFileStreamProducer extends Task

Linear Supertypes
Task, TaskInterface, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SeqFileStreamProducer
  2. Task
  3. TaskInterface
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SeqFileStreamProducer(taskContext: TaskContext, config: UserConfig)

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. val LOG: Logger

    Definition Classes
    Task
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. val fs: FileSystem

  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. val hadoopConf: Configuration

  13. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  14. val inputPath: Path

  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. val key: Text

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

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

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

    Definition Classes
    AnyRef
  20. def onNext(msg: Message): Unit

    Definition Classes
    SeqFileStreamProducer → Task → TaskInterface
  21. def onStart(startTime: StartTime): Unit

    Definition Classes
    SeqFileStreamProducer → Task → TaskInterface
  22. def onStop(): Unit

    Definition Classes
    SeqFileStreamProducer → Task → TaskInterface
  23. var reader: Reader

  24. def receiveUnManagedMessage: Receive

    Definition Classes
    Task → TaskInterface
  25. implicit val self: ActorRef

    Definition Classes
    Task
  26. def sender: ActorRef

    Attributes
    protected
    Definition Classes
    Task
  27. def stateClock: Option[TimeStamp]

    Definition Classes
    Task → TaskInterface
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. implicit val system: ActorSystem

    Attributes
    protected
    Definition Classes
    Task
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. val value: Text

  32. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Task

Inherited from TaskInterface

Inherited from AnyRef

Inherited from Any

Ungrouped