mito2::schedule

Module remote_job_scheduler

Source

Structs§

Enums§

  • RemoteJob is a job that can be executed remotely. For example, a remote compaction job.
  • RemoteJobResult is the result of a remote job.

Traits§

  • Notifier is used to notify the mito engine when a remote job is completed.
  • RemoteJobScheduler is a trait that defines the API to schedule remote jobs. For example, a compaction job can be scheduled remotely as the following workflow:

Type Aliases§