| Package | Description |
|---|---|
| com.ebay.bascomtask.config | |
| com.ebay.bascomtask.main |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
DefaultBascomConfig.constructThreadId(TaskThreadStat threadStat,
String id,
String name,
int max) |
void |
DefaultBascomConfig.notifyThreadEnd(TaskThreadStat threadStat) |
void |
IBascomConfig.notifyThreadEnd(TaskThreadStat threadStat)
Called after a thread is has finished executing a task and there are no
other tasks ready to execute.
|
void |
DefaultBascomConfig.notifyThreadStart(TaskThreadStat threadStat)
Sets the thread name.
|
void |
IBascomConfig.notifyThreadStart(TaskThreadStat threadStat)
Called after a thread is pulled from the pool and before it starts
executing any task.
|
protected void |
DefaultBascomConfig.setThreadName(TaskThreadStat threadStat)
Sets the name of given thread like so:
|
| Modifier and Type | Method and Description |
|---|---|
TaskThreadStat |
TaskThreadStat.getRoot()
Returns parent thread which created this thread.
|
TaskThreadStat |
Orchestrator.getThreadStatForCurrentThread() |
| Constructor and Description |
|---|
TaskThreadStat(Orchestrator orc,
int localIndex,
int globalIndex,
TaskThreadStat root) |
Copyright © 2018. All rights reserved.