Package

com.twitter

scalding

Permalink

package scalding

Visibility
  1. Public
  2. All

Type Members

  1. class Args extends Serializable

    Permalink
  2. case class ArgsException(message: String) extends RuntimeException with Product with Serializable

    Permalink
  3. case class Range[T](lower: T, upper: T)(implicit ord: Ordering[T]) extends Product with Serializable

    Permalink
  4. class RangedArgs extends AnyRef

    Permalink

Value Members

  1. object Args extends Serializable

    Permalink

    The args class does a simple command line parsing.

    The args class does a simple command line parsing. The rules are: keys start with one or more "-". Each key has zero or more values following.

  2. object RangedArgs

    Permalink

Ungrouped