Packages

case class HadoopRead(arg: JsonRead) extends Input[RDD[(TemporalProjectedExtent, MultibandTile)]] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HadoopRead
  2. Product
  3. Equals
  4. Input
  5. Node
  6. Serializable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HadoopRead(arg: JsonRead)

Value Members

  1. val arg: JsonRead
    Definition Classes
    HadoopReadNode
  2. def asJson: List[Json]
    Definition Classes
    HadoopReadNode
  3. def eval(implicit sc: SparkContext): RDD[(TemporalProjectedExtent, MultibandTile)]
    Definition Classes
    HadoopReadNode