| Package | Description |
|---|---|
| org.lsst.ccs.messaging.util |
| Modifier and Type | Field and Description |
|---|---|
protected EnumMap<Dispatcher.Stage,AbstractDispatcher.Bin> |
AbstractDispatcher.Bucket.bins |
| Modifier and Type | Method and Description |
|---|---|
static Dispatcher.Stage |
Dispatcher.Stage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dispatcher.Stage[] |
Dispatcher.Stage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractDispatcher.Status.addReport(long taskID,
boolean incoming,
Bus bus,
Dispatcher.Order order,
long duration,
Dispatcher.Stage... stages) |
protected AbstractDispatcher.Bin |
AbstractDispatcher.Status.getBin(boolean incoming,
Bus bus,
Dispatcher.Order order,
Dispatcher.Stage stage,
int periodID) |
long |
Dispatcher.Status.getCompletedTasks(boolean incoming,
Bus bus,
Dispatcher.Order ordering,
Dispatcher.Stage stage,
int periodID)
Returns the number of tasks that completed the specified stage of
processing during the specified period.
|
long |
AbstractDispatcher.Status.getCompletedTasks(boolean incoming,
Bus bus,
Dispatcher.Order order,
Dispatcher.Stage stage,
int periodID) |
long |
Dispatcher.Status.getTime(boolean incoming,
Bus bus,
Dispatcher.Order ordering,
Dispatcher.Stage stage,
Dispatcher.Stat stat,
int period)
Returns time spent by tasks in the specified stage of processing.
|
long |
AbstractDispatcher.Status.getTime(boolean incoming,
Bus bus,
Dispatcher.Order order,
Dispatcher.Stage stage,
Dispatcher.Stat stat,
int periodID) |
protected void |
AbstractDispatcher.report(Runnable run,
long taskID,
boolean incoming,
Bus bus,
Dispatcher.Order order,
long duration,
Dispatcher.Stage... stages) |
void |
Dispatcher.Task.stageEnded(Dispatcher.Stage... stages) |
Copyright © 2020 LSST. All rights reserved.