Object/Class

com.rasterfoundry.batch.export

CreateExportDef

Related Docs: class CreateExportDef | package export

Permalink

object CreateExportDef extends Job with RollbarNotifier with Serializable

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

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. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. implicit def contextShift: ContextShift[IO]

    Permalink
    Attributes
    protected
    Definition Classes
    IOApp
  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. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. lazy val exportDefConfig: ExportDef

    Permalink
    Attributes
    protected
    Definition Classes
    Config
  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. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  17. val jarPath: String

    Permalink
    Definition Classes
    Config
  18. lazy val landsat8Config: Landsat8

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

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  20. def main(args: Array[String]): Unit

    Permalink
    Definition Classes
    IOApp
  21. val name: String

    Permalink
    Definition Classes
    CreateExportDefJob
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  25. val rollbarApiToken: String

    Permalink
    Definition Classes
    RollbarNotifier
  26. val rollbarClient: Rollbar

    Permalink
    Definition Classes
    RollbarNotifier
  27. def run(args: List[String]): IO[ExitCode]

    Permalink
    Definition Classes
    Job → IOApp
  28. def runJob(args: List[String]): IO[Unit]

    Permalink

    Run function should be defined for all Jobs

    Run function should be defined for all Jobs

    Definition Classes
    CreateExportDefJob
  29. def sendError(s: String): Unit

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

    Permalink
    Definition Classes
    RollbarNotifier
  31. lazy val sentinel2Config: Sentinel2

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

    Permalink
    Definition Classes
    AnyRef
  33. lazy val systemUser: String

    Permalink
    Attributes
    protected
    Definition Classes
    Config
  34. val threadPoolResource: Resource[IO, ForkJoinPool]

    Permalink
    Definition Classes
    Job
  35. implicit def timer: Timer[IO]

    Permalink
    Attributes
    protected
    Definition Classes
    IOApp
  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Job

Inherited from RollbarNotifier

Inherited from LazyLogging

Inherited from Config

Inherited from IOApp

Inherited from AnyRef

Inherited from Any

Ungrouped