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 |
---|---|
static <T> PriorityThreadPoolExecutor<T> |
PriorityThreadPoolExecutor.newFixedSizeThreadPoolExecutor(int poolSize,
TimeTrackerFactory trackerFactory)
Creates a new PriorityThreadPoolExecutor of a fixed size and uses the
TimeTrackerFactory
As time tracking mehod. |
Modifier and Type | Method and Description |
---|---|
static TimeTrackerFactory |
TimeTrackerFactory.newFactory(int size,
TimeFunctionFactory functionFactory)
Instantiates a new TimeTrackerFactory that will create TimeTrackers with the given buffer size and the function factory.
|
Copyright © 2010–2024 The DAISY Consortium. All rights reserved.