Package | Description |
---|---|
teetime.framework.pipe |
Contains all pipes related classes, such as factories and pre-defined pipes.
|
teetime.framework.scheduling | |
teetime.framework.scheduling.globaltaskpool |
Modifier and Type | Class and Description |
---|---|
class |
BoundedSynchedPipe<T> |
class |
UnboundedSynchedPipe<T> |
Modifier and Type | Method and Description |
---|---|
void |
PipeScheduler.onElementAdded(AbstractSynchedPipe<?> pipe)
This event is invoked by the given synchronized pipe whenever a new element was added to it.
|
void |
PipeScheduler.onElementNotAdded(AbstractSynchedPipe<?> pipe)
This event is invoked by the given synchronized pipe whenever a new element could not be added to it.
|
Modifier and Type | Method and Description |
---|---|
void |
GlobalTaskPoolScheduling.onElementAdded(AbstractSynchedPipe<?> pipe) |
void |
GlobalTaskPoolScheduling.onElementNotAdded(AbstractSynchedPipe<?> pipe) |
Copyright © 2015–2020. All rights reserved.