| Package | Description |
|---|---|
| org.quattor.pan |
Contains the high-level classes used to invoke the pan language compiler.
|
| org.quattor.pan.cache | |
| org.quattor.pan.tasks |
Provides classes that implement parallel tasks within the compiler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompilerStatistics.incrementFinishedTasks(TaskResult.ResultType type)
Increase the count of the number of tasks of the given type that have
finished successfully.
|
void |
CompilerStatistics.incrementStartedTasks(TaskResult.ResultType type)
Increase the count of the number of tasks of the given type that have
been started.
|
| Modifier and Type | Method and Description |
|---|---|
protected TaskResult.ResultType |
Valid2Cache.getExecutorQueueType() |
protected TaskResult.ResultType |
Valid1Cache.getExecutorQueueType() |
protected TaskResult.ResultType |
BuildCache.getExecutorQueueType() |
protected abstract TaskResult.ResultType |
AbstractCache.getExecutorQueueType()
Subclasses must return the executor queue type for the particular class.
|
protected TaskResult.ResultType |
CompileCache.getExecutorQueueType() |
| Modifier and Type | Field and Description |
|---|---|
TaskResult.ResultType |
Task.resultType |
TaskResult.ResultType |
TaskResult.type |
| Modifier and Type | Method and Description |
|---|---|
static TaskResult.ResultType |
TaskResult.ResultType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskResult.ResultType[] |
TaskResult.ResultType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Task(TaskResult.ResultType executorType,
String info,
Callable<T> callable) |
TaskResult(TaskResult.ResultType type) |
Copyright © 2014 Quattor. All Rights Reserved.