Liking cljdoc? Tell your friends :D

mesomatic.scheduler


driver-builderclj

(driver-builder scheduler framework master)
(driver-builder scheduler framework master credential)
(driver-builder scheduler
                framework
                master
                credential
                implicit-acknowledgements?)
source

Schedulercljprotocol

status-updateclj

(status-update this driver status)

slave-lostclj

(slave-lost this driver slave-id)

registeredclj

(registered this driver framework-id master-info)

resource-offersclj

(resource-offers this driver offers)

offer-rescindedclj

(offer-rescinded this driver offer-id)

disconnectedclj

(disconnected this driver)

executor-lostclj

(executor-lost this driver executor-id slave-id status)

framework-messageclj

(framework-message this driver executor-id slave-id data)

reregisteredclj

(reregistered this driver master-info)

errorclj

(error this driver message)
source

schedulercljmacro

(scheduler & body)
source

scheduler-driverclj

(scheduler-driver & args)
source

SchedulerDrivercljprotocol

kill-task!clj

(kill-task! this task-id)

start!clj

(start! this)

reconcile-tasksclj

(reconcile-tasks this statuses)

revive-offersclj

(revive-offers this)

acknowledge-status-updateclj

(acknowledge-status-update this status)

decline-offerclj

(decline-offer this offer-id)
(decline-offer this offer-id filters)

stop!clj

(stop! this)
(stop! this failover?)

request-resourcesclj

(request-resources this requests)

send-framework-message!clj

(send-framework-message! this executor-id slave-id data)

accept-offersclj

(accept-offers this offer-ids operations)
(accept-offers this offer-ids operations filters)

suppress-offersclj

(suppress-offers this)

abort!clj

(abort! this)

launch-tasks!clj

(launch-tasks! this offer-id tasks)
(launch-tasks! this offer-id tasks filters)

run-driver!clj

(run-driver! this)

join!clj

(join! this)
source

wrap-driverclj

(wrap-driver d)
source

wrap-schedulerclj

(wrap-scheduler implementation)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close