class S3COGAsyncWriter[V <: CellGrid[Int]] extends AsyncWriter[S3Client, GeoTiff[V], (PutObjectRequest, RequestBody)]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- S3COGAsyncWriter
- AsyncWriter
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new S3COGAsyncWriter(bucket: String, putObjectModifier: (PutObjectRequest) => PutObjectRequest, runtime: => IORuntime = IORuntimeTransient.IORuntime)(implicit arg0: GeoTiffReader[V])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def encodeRecord(key: String, value: GeoTiff[V]): (PutObjectRequest, RequestBody)
- Definition Classes
- S3COGAsyncWriter → AsyncWriter
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def readRecord(client: S3Client, key: String): Try[GeoTiff[V]]
- Definition Classes
- S3COGAsyncWriter → AsyncWriter
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def write(client: S3Client, partition: Iterator[(String, GeoTiff[V])], mergeFunc: Option[(GeoTiff[V], GeoTiff[V]) => GeoTiff[V]], retryFunc: Option[(Throwable) => Boolean]): Unit
- Definition Classes
- AsyncWriter
- def writeRecord(client: S3Client, key: String, encodedRequest: (PutObjectRequest, RequestBody)): Try[Long]
- Definition Classes
- S3COGAsyncWriter → AsyncWriter