Package

com.nokia.mesos.impl

launcher

Permalink

package launcher

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractFrameworkImpl extends MesosFrameworkImpl with TaskLauncherImpl

    Permalink

    Default implementation of MesosFramework and TaskLauncher together

    Default implementation of MesosFramework and TaskLauncher together

    Subclasses must provide the Scheduling to be used for launching tasks.

  2. class FrameworkImpl extends AbstractFrameworkImpl

    Permalink

    A concrete implementation of AbstractFrameworkImpl, with the default SimpleScheduling

  3. class SimpleScheduling extends Scheduling with TaskAllocator

    Permalink

    A simple, naive implementation of Scheduling

  4. trait TaskAllocator extends LazyLogging

    Permalink

    Implements a naive task allocation algorithm

    Implements a naive task allocation algorithm

    See also

    SimpleScheduling

  5. trait TaskLauncherImpl extends TaskLauncher with LazyLogging

    Permalink

    Default implementation of TaskLauncher

Value Members

  1. object ResourceProcessor

    Permalink

    Utilities for counting Mesos resources

  2. object TaskLauncherImpl

    Permalink

Ungrouped