Package | Description |
---|---|
teetime.framework |
Contains the implementation of the TeeTime framework.
|
teetime.framework.pipe |
Contains all pipes related classes, such as factories and pre-defined pipes.
|
teetime.framework.scheduling.globaltaskpool |
Modifier and Type | Method and Description |
---|---|
protected PipeScheduler |
AbstractPipe.getScheduler() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractPipe.setScheduler(PipeScheduler scheduler) |
void |
InstantiationPipe.setScheduler(PipeScheduler scheduler) |
Modifier and Type | Method and Description |
---|---|
void |
IPipe.setScheduler(PipeScheduler scheduler) |
void |
DummyPipe.setScheduler(PipeScheduler scheduler) |
Modifier and Type | Class and Description |
---|---|
class |
GlobalTaskPoolScheduling
This scheduling approach maintains a global, synchronized, prioritized task pool whose tasks are stages.
|
Copyright © 2015–2020. All rights reserved.