Packages

c

geotrellis.store.hadoop.Implicits

withHadoopConfigurationMethods

implicit class withHadoopConfigurationMethods extends MethodExtensions[Configuration]

Linear Supertypes
MethodExtensions[Configuration], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withHadoopConfigurationMethods
  2. MethodExtensions
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new withHadoopConfigurationMethods(self: Configuration)

Value Members

  1. def getSerialized[T](key: String): T
  2. def getSerializedOption[T](key: String): Option[T]
  3. def modify(f: (Job) ⇒ Unit): Configuration
  4. val self: Configuration
  5. def setSerialized[T](key: String, value: T): Unit
  6. def withInputDirectory(path: Path, extensions: Seq[String]): Configuration

    Creates a configuration with a given directory, to search for all files with an extension contained in the given set of extensions

  7. def withInputDirectory(path: Path): Configuration

    Creates a Configuration with all files in a directory (recursively searched)

  8. def withInputPath(path: Path): Configuration