public final class TimeTrackerFactory extends Object
TimeTracker
objects, it allows to configure the to be created object and delays its association with the executing queue.Modifier and Type | Method and Description |
---|---|
static TimeTrackerFactory |
newFactory(int size,
TimeFunctionFactory functionFactory)
Instantiates a new TimeTrackerFactory that will create TimeTrackers with the given buffer size and the function factory.
|
<T> TimeTracker<T> |
newTimeTracker(UpdatablePriorityBlockingQueue<T> queue)
Returns a new TimeTracker associated with the updatable queue.
|
public static TimeTrackerFactory newFactory(int size, TimeFunctionFactory functionFactory)
public <T> TimeTracker<T> newTimeTracker(UpdatablePriorityBlockingQueue<T> queue)
queue
- Copyright © 2010–2024 The DAISY Consortium. All rights reserved.