(update-event! this f)
(get-input-pipeline this)
(next-epoch! this)
(process-watermark! this watermark)
(set-epoch! this epoch)
(heartbeat! this)
(get-output-pipeline this)
(get-event this)
(advanced? this)
(set-event! this new-event)
(goto-recover! this)
(advance this)
(next-cycle! this)
(log-state this)
(epoch this)
(set-min-epoch! this min-epoch)
(set-context! this new-context)
(replica-version this)
(initial-sync-backoff this)
(watermark-flag? this)
(exec this)
(get-coordinator this)
(set-watermark-flag! this flag)
(min-epoch this)
(seal-checkpoints! this)
(seal-checkpoints! this replica-version epoch)
(set-messenger! this new-messenger)
(start this)
(next-replica! this replica)
(set-coordinator! this new-coordinator)
(get-replica this)
(get-context this)
(get-messenger this)
(get-state-store this)
(set-replica! this new-replica)
(get-watermark this)
(set-windows-state! this new-windows-state)
(killed? this)
(stop this scheduler-event)
(sealed? this)
(goto-next-iteration! this)
(set-sealed! this new-sealed?)
(goto-next-batch! this)
(set-state-store! this state-store)
(new-iteration? this)
(evict-peer! this peer-id)
(get-windows-state this)
(reset-event! this)
(get-lifecycle this)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close