Package | Description |
---|---|
teetime.framework |
Contains the implementation of the TeeTime framework.
|
teetime.framework.scheduling.globaltaskpool | |
teetime.framework.scheduling.pushpullmodel |
Modifier and Type | Class and Description |
---|---|
class |
Execution<T extends Configuration>
Represents an Execution to which stages can be added and executed later.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
ConfigurationBuilder.Connection.end(AbstractConsumerStage<I> stage) |
Modifier and Type | Method and Description |
---|---|
protected static <O> ConfigurationBuilder.Connection<O> |
ConfigurationBuilder.create(Configuration configuration,
AbstractProducerStage<O> stage) |
ConfigurationContext |
ConfigurationFacade.getContext(Configuration configuration) |
AbstractExceptionListenerFactory<?> |
ConfigurationFacade.getFactory(Configuration configuration) |
Collection<AbstractStage> |
ConfigurationFacade.getStartStages(Configuration configuration) |
Constructor and Description |
---|
ConfigurationContext(Configuration configuration)
Deprecated.
|
Constructor and Description |
---|
GlobalTaskPoolScheduling(int numThreads,
Configuration configuration)
A thread executes a stage x per job.
|
GlobalTaskPoolScheduling(int numThreads,
Configuration configuration,
int numOfExecutions) |
Constructor and Description |
---|
PushPullScheduling(Configuration configuration) |
Copyright © 2015–2020. All rights reserved.