Package

com.krux.hyperion

resource

Permalink

package resource

Visibility
  1. Public
  2. All

Type Members

  1. trait ActionOnResourceFailure extends AnyRef

    Permalink
  2. trait ActionOnTaskFailure extends AnyRef

    Permalink
  3. case class Ec2Resource extends ResourceObject with Product with Serializable

    Permalink

    EC2 resource

  4. trait EmrCluster extends ResourceObject

    Permalink
  5. sealed class ManagedResource[T] extends Resource[T]

    Permalink
  6. class MapReduceCluster extends EmrCluster

    Permalink

    Launch a map reduce cluster

  7. sealed trait Resource[T] extends AnyRef

    Permalink
  8. trait ResourceObject extends PipelineObject

    Permalink

    The base trait of all resource objects.

  9. trait SchedulerType extends AnyRef

    Permalink
  10. class SparkCluster extends EmrCluster

    Permalink

    Launch a Spark cluster

  11. case class WorkerGroup(ref: String) extends Product with Serializable

    Permalink
  12. sealed class WorkerGroupResource[T] extends Resource[T]

    Permalink

Value Members

  1. object ContinueOnTaskFailure extends ActionOnTaskFailure with Product with Serializable

    Permalink
  2. object DefaultScheduler extends SchedulerType with Product with Serializable

    Permalink
  3. object Ec2Resource extends Serializable

    Permalink
  4. object MapReduceCluster

    Permalink
  5. object ParallelCapacityScheduler extends SchedulerType with Product with Serializable

    Permalink
  6. object ParallelFairScheduler extends SchedulerType with Product with Serializable

    Permalink
  7. object Resource

    Permalink
  8. object RetryAllOnResourceFailure extends ActionOnResourceFailure with Product with Serializable

    Permalink
  9. object RetryNoneOnResourceFailure extends ActionOnResourceFailure with Product with Serializable

    Permalink
  10. object SparkCluster

    Permalink
  11. object TerminateOnTaskFailure extends ActionOnTaskFailure with Product with Serializable

    Permalink

Ungrouped