com.krux.hyperion

resource

package resource

Visibility
  1. Public
  2. All

Type Members

  1. trait ActionOnResourceFailure extends AnyRef

  2. trait ActionOnTaskFailure extends AnyRef

  3. case class Ec2Resource extends ResourceObject with Product with Serializable

    EC2 resource

  4. trait EmrCluster extends ResourceObject

  5. class MapReduceCluster extends EmrCluster

    Launch a map reduce cluster

  6. trait ResourceObject extends PipelineObject

    The base trait of all resource objects.

  7. trait SchedulerType extends AnyRef

  8. class SparkCluster extends EmrCluster

    Launch a Spark cluster

Value Members

  1. object ContinueOnTaskFailure extends ActionOnTaskFailure with Product with Serializable

  2. object DefaultScheduler extends SchedulerType with Product with Serializable

  3. object Ec2Resource extends Serializable

  4. object MapReduceCluster

  5. object ParallelCapacityScheduler extends SchedulerType with Product with Serializable

  6. object ParallelFairScheduler extends SchedulerType with Product with Serializable

  7. object RetryAllOnResourceFailure extends ActionOnResourceFailure with Product with Serializable

  8. object RetryNoneOnResourceFailure extends ActionOnResourceFailure with Product with Serializable

  9. object SparkCluster

  10. object TerminateOnTaskFailure extends ActionOnTaskFailure with Product with Serializable

Ungrouped