Package

com.krux.hyperion

activity

Permalink

package activity

Visibility
  1. Public
  2. All

Type Members

  1. case class AwsS3CpActivity extends BaseShellCommandActivity with WithS3Input with Product with Serializable

    Permalink
  2. case class DeleteS3PathActivity extends BaseShellCommandActivity with Product with Serializable

    Permalink

    Activity to recursively delete files in an S3 path.

  3. trait GoogleStorageActivity extends BaseShellCommandActivity

    Permalink
  4. case class GoogleStorageDownloadActivity extends GoogleStorageActivity with WithS3Output with Product with Serializable

    Permalink

    Google Storage Download activity

  5. case class GoogleStorageUploadActivity extends GoogleStorageActivity with WithS3Input with Product with Serializable

    Permalink

    Google Storage Upload activity

  6. trait PgpActivity extends BaseShellCommandActivity with WithS3Input with WithS3Output

    Permalink

    Base trait for server-side PGP encryption activities.

  7. case class PgpDecryptActivity extends PgpActivity with Product with Serializable

    Permalink

    The server-side PGP decryption activity decrypts files from the input location to the output location using the private decryption key.

  8. case class PgpEncryptActivity extends PgpActivity with Product with Serializable

    Permalink

    The server-side PGP encryption activity encrypts files from the input location to the output location using the public encryption key.

  9. case class PythonActivity extends BaseShellCommandActivity with WithS3Input with WithS3Output with Product with Serializable

    Permalink

    Shell command activity that runs a given python script

  10. case class RedshiftUnloadActivity extends PipelineActivity[Ec2Resource] with Product with Serializable

    Permalink

    Unload result of the given sql script from redshift to given s3Path.

  11. case class S3DistCpActivity[A <: EmrCluster] extends EmrActivity[A] with Product with Serializable

    Permalink
  12. case class S3DistCpActivityFields(source: Option[HString], dest: Option[HString], sourcePattern: Option[HString], groupBy: Option[HString], targetSize: Option[HInt], appendLastToFile: HBoolean, outputCodec: OutputCodec, s3ServerSideEncryption: HBoolean, deleteOnSuccess: HBoolean, disableMultipartUpload: HBoolean, chunkSize: Option[HInt], numberFiles: HBoolean, startingIndex: Option[HInt], outputManifest: Option[HString], previousManifest: Option[HString], requirePreviousManifest: HBoolean, copyFromManifest: HBoolean, endpoint: Option[HString], storageClass: Option[StorageClass], sourcePrefixesFile: Option[HString]) extends Product with Serializable

    Permalink
  13. case class SendEmailActivity extends BaseShellCommandActivity with WithS3Input with Product with Serializable

    Permalink
  14. case class SendFlowdockMessageActivity extends BaseShellCommandActivity with Product with Serializable

    Permalink
  15. case class SendSlackMessageActivity extends BaseShellCommandActivity with Product with Serializable

    Permalink
  16. case class SendSnsMessageActivity extends BaseShellCommandActivity with Product with Serializable

    Permalink
  17. case class SendSqsMessageActivity extends BaseShellCommandActivity with Product with Serializable

    Permalink
  18. case class SetS3AclActivity extends BaseShellCommandActivity with Product with Serializable

    Permalink
  19. trait SftpActivity extends BaseShellCommandActivity

    Permalink
  20. case class SftpActivityFields(host: HString, port: Option[HInt] = None, username: Option[HString] = None, password: Option[EncryptedParameter[String]] = None, identity: Option[HS3Uri] = None, pattern: Option[HString] = None, sinceDate: Option[HDateTime] = None, untilDate: Option[HDateTime] = None, skipEmpty: HBoolean = false, markSuccessfulJobs: HBoolean = false) extends Product with Serializable

    Permalink
  21. case class SftpDownloadActivity extends SftpActivity with WithS3Output with Product with Serializable

    Permalink

    Activity that downloads from an SFTP endpoint into an S3 endpoint.

  22. case class SftpUploadActivity extends SftpActivity with WithS3Input with Product with Serializable

    Permalink

    Activity that uploads from an S3 endpoint to an SFTP endpoint.

  23. case class SplitMergeFilesActivity extends BaseShellCommandActivity with WithS3Input with WithS3Output with Product with Serializable

    Permalink

Value Members

  1. object AwsS3CpActivity extends RunnableObject with Serializable

    Permalink
  2. object CannedAccessControlList extends Enumeration

    Permalink

    mirror of com.amazonaws.services.s3.model.CannedAccessControlList to avoid unnecessary dependency.

  3. object DeleteS3PathActivity extends RunnableObject with Serializable

    Permalink
  4. object GoogleStorageActivity

    Permalink
  5. object GoogleStorageDownloadActivity extends RunnableObject with Serializable

    Permalink
  6. object GoogleStorageUploadActivity extends RunnableObject with Serializable

    Permalink
  7. object PgpActivity

    Permalink
  8. object PgpDecryptActivity extends RunnableObject with Serializable

    Permalink
  9. object PgpEncryptActivity extends RunnableObject with Serializable

    Permalink
  10. object PythonActivity extends RunnableObject with Serializable

    Permalink
  11. object RedshiftUnloadActivity extends RunnableObject with Serializable

    Permalink
  12. object S3DistCpActivity extends RunnableObject with Serializable

    Permalink
  13. object SendEmailActivity extends RunnableObject with Serializable

    Permalink
  14. object SendFlowdockMessageActivity extends RunnableObject with Serializable

    Permalink
  15. object SendSlackMessageActivity extends RunnableObject with Serializable

    Permalink
  16. object SendSnsMessageActivity extends RunnableObject with Serializable

    Permalink
  17. object SendSqsMessageActivity extends RunnableObject with Serializable

    Permalink
  18. object SetS3AclActivity extends RunnableObject with Serializable

    Permalink
  19. object SftpDownloadActivity extends RunnableObject with Serializable

    Permalink
  20. object SftpUploadActivity extends RunnableObject with Serializable

    Permalink
  21. object SplitMergeFilesActivity extends RunnableObject with Serializable

    Permalink

Ungrouped