Package

com.nokia.mesos

proxy

Permalink

package proxy

Visibility
  1. Public
  2. All

Type Members

  1. class SchedulerDriverProxy extends SchedulerDriver

    Permalink

    Proxy implementation of the ScalaSchedulerDriver API.

    Proxy implementation of the ScalaSchedulerDriver API. All method calls are delegated to the given (java) scheduler instance. Each call includes copy conversions of the parameters and the return value.

  2. class SchedulerProxy extends org.apache.mesos.Scheduler with LazyLogging

    Permalink

    Implementation of the java Scheduler interface, therefore instances of this class can be passed to mesos as a scheduler.

    Implementation of the java Scheduler interface, therefore instances of this class can be passed to mesos as a scheduler. All callbacks are delegated to the given scala based scheduler implementation.

Ungrouped