Class/Object

com.rasterfoundry.batch.export

CreateExportDef

Related Docs: object CreateExportDef | package export

Permalink

final case class CreateExportDef(exportId: UUID, bucket: String, key: String)(implicit xa: Transactor[IO]) extends RollbarNotifier with Config with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Config, RollbarNotifier, LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CreateExportDef
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Config
  7. RollbarNotifier
  8. LazyLogging
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CreateExportDef(exportId: UUID, bucket: String, key: String)(implicit xa: Transactor[IO])

    Permalink

Type Members

  1. case class Auth0(systemUser: String) extends Product with Serializable

    Permalink
    Definition Classes
    Config
    Annotations
    @SuppressWarnings()
  2. case class Dropbox(appKey: String, appSecret: String) extends Product with Serializable

    Permalink
    Definition Classes
    Config
    Annotations
    @SuppressWarnings()
  3. case class ExportDef(awsRegion: Option[String], bucketName: String, awsDataproc: String, sparkJarS3: String, sparkJar: String, sparkClass: String, sparkMemory: String) extends Product with Serializable

    Permalink
    Attributes
    protected
    Definition Classes
    Config
    Annotations
    @SuppressWarnings()
  4. case class Landsat8(organization: String, bandLookup: Landsat8Bands, datasourceId: String, usgsLandsatUrl: String, usgsLandsatUrlC1: String, awsRegion: Option[String], awsLandsatBase: String, awsLandsatBaseC1: String, bucketName: String) extends Product with Serializable

    Permalink
    Attributes
    protected
    Definition Classes
    Config
    Annotations
    @SuppressWarnings()
  5. case class Landsat8Bands(15m: List[Create], 30m: List[Create]) extends Product with Serializable

    Permalink
    Attributes
    protected
    Definition Classes
    Config
    Annotations
    @SuppressWarnings()
  6. case class Sentinel2(organization: String, bandLookup: Sentinel2Bands, datasourceId: String, baseHttpPath: String, awsRegion: Option[String], bucketName: String, targetProj: String) extends Product with Serializable

    Permalink
    Attributes
    protected
    Definition Classes
    Config
    Annotations
    @SuppressWarnings()
  7. case class Sentinel2Bands(B02: Create, B03: Create, B04: Create, B08: Create, B05: Create, B06: Create, B07: Create, B8A: Create, B11: Create, B12: Create, B01: Create, B09: Create, B10: Create) extends Product with Serializable

    Permalink
    Attributes
    protected
    Definition Classes
    Config
    Annotations
    @SuppressWarnings()

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. lazy val auth0Config: Auth0

    Permalink
    Attributes
    protected
    Definition Classes
    Config
  6. val bucket: String

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. lazy val dropboxConfig: Dropbox

    Permalink
    Attributes
    protected
    Definition Classes
    Config
  9. val environment: String

    Permalink
    Definition Classes
    RollbarNotifier
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. lazy val exportDefConfig: ExportDef

    Permalink
    Attributes
    protected
    Definition Classes
    Config
  12. val exportId: UUID

    Permalink
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    Any
  16. val jarPath: String

    Permalink
    Definition Classes
    Config
  17. val key: String

    Permalink
  18. lazy val landsat8Config: Landsat8

    Permalink
    Attributes
    protected
    Definition Classes
    Config
  19. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  20. val name: String

    Permalink
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. val rollbarApiToken: String

    Permalink
    Definition Classes
    RollbarNotifier
  25. val rollbarClient: Rollbar

    Permalink
    Definition Classes
    RollbarNotifier
  26. def run(): Unit

    Permalink
  27. def s3Client: S3

    Permalink

    Get S3 client per each call

  28. def sendError(s: String): Unit

    Permalink
    Definition Classes
    RollbarNotifier
  29. def sendError(e: Throwable): Unit

    Permalink
    Definition Classes
    RollbarNotifier
  30. lazy val sentinel2Config: Sentinel2

    Permalink
    Attributes
    protected
    Definition Classes
    Config
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. lazy val systemUser: String

    Permalink
    Attributes
    protected
    Definition Classes
    Config
  33. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def writeExportDefToS3(exportDef: ExportDefinition, bucket: String, key: String): Unit

    Permalink
    Attributes
    protected
    Annotations
    @SuppressWarnings()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Config

Inherited from RollbarNotifier

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped