(coordinates->input-resume-point {:keys [onyx.core/task-id onyx.core/job-id
onyx.core/resume-point
onyx.core/tenancy-id]
:as event}
latest-coordinates)
(coordinates->output-resume-point {:keys [onyx.core/task-id onyx.core/job-id
onyx.core/resume-point
onyx.core/tenancy-id]
:as event}
latest-coordinates)
(coordinates->windows-resume-point
{:keys [onyx.core/windows onyx.core/task-id onyx.core/job-id
onyx.core/resume-point onyx.core/tenancy-id]
:as event}
latest-coordinates)
(read-checkpoint {:keys [onyx.core/storage onyx.core/monitoring] :as event}
checkpoint-type
{:keys [tenancy-id job-id task-id replica-version epoch]
:as coordinates}
slot-id)
(recover-windows {:keys [onyx.core/windows onyx.core/triggers onyx.core/task-id
onyx.core/slot-id onyx.core/task-map]
:as event}
state-store
recover-coordinates)
(windows-to-fetch {:keys [onyx.core/slot-id] :as event} resume-point task-id)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close