c

geotrellis.spark.store.s3

S3RDDWriter

class S3RDDWriter extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. S3RDDWriter
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new S3RDDWriter(s3Client: ⇒ S3Client = S3ClientProducer.get(), runtime: ⇒ IORuntime = IORuntimeTransient.IORuntime)

Value Members

  1. def write[K, V](rdd: RDD[(K, V)], bucket: String, keyPath: (K) ⇒ String, putObjectModifier: (PutObjectRequest) ⇒ PutObjectRequest = p => p)(implicit arg0: AvroRecordCodec[K], arg1: ClassTag[K], arg2: AvroRecordCodec[V], arg3: ClassTag[V]): Unit