public static interface Dispatcher.Status
| Modifier and Type | Method and Description |
|---|---|
long |
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 |
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 getTime(boolean incoming,
Bus bus,
Dispatcher.Order ordering,
Dispatcher.Stage stage,
Dispatcher.Stat stat,
int period)
incoming - true for incoming, false for outgoing
messages.bus - Bus (LOG, STATUS, or COMMAND).ordering - Order of execution and capacity control policies.stage - Processing stage.stat - Type of statistics.period - ID of a time period over which statistics should be
computed.long getCompletedTasks(boolean incoming,
Bus bus,
Dispatcher.Order ordering,
Dispatcher.Stage stage,
int periodID)
incoming - true for incoming, false for outgoing
messages.bus - Bus (LOG, STATUS, or COMMAND).ordering - Order of execution and capacity control policies.stage - Processing stage.periodID - ID of a time period over which statistics should be
computed.Copyright © 2021 LSST. All rights reserved.