com.twitter.scalding

Config

object Config

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Config
  2. AnyRef
  3. 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. val CascadingAppId: String

  7. val CascadingAppName: String

  8. val IoSerializationsKey: String

  9. val ScaldingFlowClassName: String

  10. val ScaldingFlowClassSignature: String

  11. val ScaldingFlowSubmittedTimestamp: String

  12. val ScaldingJobArgs: String

  13. val ScaldingVersion: String

  14. def apply(m: Map[String, String]): Config

  15. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  16. def clone(): AnyRef

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

  18. def disjointUnion[K >: String, V >: String](m: Map[K, V], conf: Config): Either[Set[String], Map[K, V]]

    Either union these two, or return the keys that overlap

  19. val empty: Config

  20. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. implicit def from(m: Map[String, String]): Config

  24. def fromHadoop(conf: Configuration): Config

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

    Definition Classes
    AnyRef → Any
  26. def hadoopWithDefaults(conf: Configuration): Config

  27. def hashCode(): Int

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

    Definition Classes
    Any
  29. def md5Identifier(clazz: Class[_]): String

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

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

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

    Definition Classes
    AnyRef
  33. def overwrite[K >: String, V >: String](m: Map[K, V], conf: Config): Map[K, V]

    This overwrites any keys in m that exist in config.

  34. def stringsFrom[K >: String, V >: String](m: Map[K, V]): (Map[K, V], Map[String, String])

    Returns all the non-string keys on the left, the string keys/values on the right

  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def toString(): String

    Definition Classes
    AnyRef → Any
  37. def tryFrom(maybeConf: Map[AnyRef, AnyRef]): Try[Config]

  38. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped