org.apache.gearpump.experiments.yarn

Actions

Related Doc: package yarn

object Actions

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Actions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class AMStatusMessage(appStatus: FinalApplicationStatus, appMessage: String, appTrackingUrl: String) extends Product with Serializable

  2. case class ContainerInfo(container: Container, containerType: ContainerType, launchCommand: (String) ⇒ String) extends Product with Serializable

  3. case class ContainerRequestMessage(memory: Int, vCores: Int) extends Product with Serializable

  4. case class ContainerStarted(containerId: ContainerId) extends Product with Serializable

  5. sealed trait ContainerType extends AnyRef

  6. case class Failed(throwable: Throwable) extends Reason with Product with Serializable

  7. case class LaunchContainers(containers: List[Container]) extends YarnApplicationMasterData with Product with Serializable

  8. case class LaunchServiceContainer(containers: List[Container]) extends Product with Serializable

  9. case class LaunchWorkerContainers(containers: List[Container]) extends Product with Serializable

  10. case class RMHandlerContainerStats(allocated: Int, completed: Int, failed: Int) extends Product with Serializable

  11. case class RMHandlerDone(reason: Reason, rMHandlerContainerStats: RMHandlerContainerStats) extends Product with Serializable

  12. sealed trait Reason extends AnyRef

  13. case class RegisterAMMessage(appHostName: String, appHostPort: Int, appTrackingUrl: String) extends Product with Serializable

  14. sealed trait YarnApplicationMasterData extends AnyRef

  15. sealed trait YarnApplicationMasterState extends AnyRef

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. object AllRequestedContainersCompleted extends Reason with Product with Serializable

  5. object Master extends ContainerType with Product with Serializable

  6. object RequestingMasters extends YarnApplicationMasterState with Product with Serializable

  7. object RequestingService extends YarnApplicationMasterState with Product with Serializable

  8. object RequestingWorkers extends YarnApplicationMasterState with Product with Serializable

  9. object Service extends ContainerType with Product with Serializable

  10. object ShutdownRequest extends Reason with Product with Serializable

  11. object Uninitialized extends YarnApplicationMasterData with Product with Serializable

  12. object Woker extends ContainerType with Product with Serializable

  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

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

    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped