| Package | Description |
|---|---|
| org.lsst.ccs.messaging.util |
| Modifier and Type | Method and Description |
|---|---|
static Dispatcher.Order |
Dispatcher.Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dispatcher.Order[] |
Dispatcher.Order.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) |
protected AbstractDispatcher.Bucket |
AbstractDispatcher.Status.getBucket(boolean incoming,
Bus bus,
Dispatcher.Order order,
int periodID) |
protected int |
AbstractDispatcher.Status.getBucketIndex(boolean incoming,
Bus bus,
Dispatcher.Order order,
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) |
void |
MultiQueueDispatcher.out(Runnable run,
Bus bus,
Dispatcher.Order order)
Submits a task to process an outgoing message.
|
void |
Dispatcher.out(Runnable task,
Bus bus,
Dispatcher.Order order)
Submits a task to process an outgoing message.
|
void |
LegacyDispatcher.out(Runnable task,
Bus bus,
Dispatcher.Order order) |
protected void |
AbstractDispatcher.report(Runnable run,
long taskID,
boolean incoming,
Bus bus,
Dispatcher.Order order,
long duration,
Dispatcher.Stage... stages) |
Copyright © 2022 LSST. All rights reserved.