Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dispatcher ¶
type Dispatcher struct {
// contains filtered or unexported fields
}
Dispatcher abstracts the dispatching of db jobs to db workers. this is done by reading ready CU and getting from them a ready to process bundles.
func NewDispatcher ¶
func NewDispatcher(log logr.Logger, conflationReadyQueue *conflator.ConflationReadyQueue, dbWorkerPool *workerpool.DBWorkerPool) *Dispatcher
NewDispatcher creates a new instance of Dispatcher.
Click to show internal directories.
Click to hide internal directories.