Package | Description |
---|---|
org.daisy.common.priority |
Provides a flexible execution service based on priorities that allows to interact with the execution queue in realtime.
|
org.daisy.common.priority.timetracking |
Utilities for tracking task times and normalisation functions.
|
Modifier and Type | Method and Description |
---|---|
UpdatablePriorityBlockingQueue<T> |
PriorityThreadPoolExecutor.getUpdatableQueue() |
Modifier and Type | Method and Description |
---|---|
<T> TimeTracker<T> |
TimeTrackerFactory.newTimeTracker(UpdatablePriorityBlockingQueue<T> queue)
Returns a new TimeTracker associated with the updatable queue.
|
Constructor and Description |
---|
TimeTracker(int frequency,
UpdatablePriorityBlockingQueue<T> queue,
TimeFunctionFactory functionFactory)
Creates a new TimeTracker with a buffer of the provided size, that updates the given queue using the functions
provided by the factory.
|
Copyright © 2010–2024 The DAISY Consortium. All rights reserved.