Package

com.spotify.scio

repl

Permalink

package repl

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. repl
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait BaseScioShell extends MainGenericRunner

    Permalink

    A entry-point/runner for a Scala REPL providing functionality extensions specific to working with Scio.

  2. class ILoopCompat extends ILoop

    Permalink

    ILoop for ScioLoop.

  3. class IoCommands extends AnyRef

    Permalink

    Commands for simple file I/O in the REPL.

  4. implicit final class ReplSCollection[T] extends AnyVal

    Permalink
  5. class ReplScioContext extends ScioContext

    Permalink
  6. class ScioILoop extends ILoopCompat

    Permalink

    ScioILoop - core of Scio REPL.

  7. class ScioReplClassLoader extends URLClassLoader

    Permalink

    Class loader with option to lookup classes in REPL classloader.

    Class loader with option to lookup classes in REPL classloader. Some help/code from Twitter Scalding.

Value Members

  1. object ScioShell extends MainGenericRunner with BaseScioShell

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped