com.twitter.scalding

ReplState

object ReplState extends BaseReplState

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ReplState
  2. BaseReplState
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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 asyncExecute[T](execution: Execution[T])(implicit ec: scala.concurrent.ExecutionContext): Future[T]

    Definition Classes
    BaseReplState
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def config: Config

    Definition Classes
    BaseReplState
  10. var customConfig: Config

    Configuration to use for REPL executions.

    Configuration to use for REPL executions.

    To make changes, don't forget to assign back to this var: config += "mapred.reduce.tasks" -> 2

    Definition Classes
    BaseReplState
  11. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  13. def execute[T](execution: Execution[T]): T

    Definition Classes
    BaseReplState
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. var flowDef: FlowDef

    Implicit flowDef for this Scalding shell session.

    Implicit flowDef for this Scalding shell session.

    Definition Classes
    BaseReplState
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def getEmptyFlowDef: FlowDef

    Gets a new, empty, flow definition.

    Gets a new, empty, flow definition.

    returns

    a new, empty flow definition.

    Definition Classes
    BaseReplState
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. var mode: Mode

    Defaults to running in local mode if no mode is specified.

    Defaults to running in local mode if no mode is specified.

    Definition Classes
    BaseReplState
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  24. def resetFlowDef(): Unit

    Sets the flow definition in implicit scope to an empty flow definition.

    Sets the flow definition in implicit scope to an empty flow definition.

    Definition Classes
    BaseReplState
  25. def run(implicit fd: FlowDef, md: Mode): Option[JobStats]

    Runs this pipe as a Scalding job.

    Runs this pipe as a Scalding job.

    Automatically cleans up the flowDef to include only sources upstream from tails.

    Definition Classes
    BaseReplState
  26. def shell: BaseScaldingShell

    Attributes
    protected
    Definition Classes
    BaseReplState
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. def useHdfsLocalMode(): Unit

    Definition Classes
    BaseReplState
  30. def useHdfsMode(): Unit

    Definition Classes
    BaseReplState
  31. def useLocalMode(): Unit

    Switch to Local mode

    Switch to Local mode

    Definition Classes
    BaseReplState
  32. def useStrictLocalMode(): Unit

    Definition Classes
    BaseReplState
  33. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BaseReplState

Inherited from AnyRef

Inherited from Any

Ungrouped