| Interface | Description |
|---|---|
| PerformanceCriteria |
Interface that encapsulates the perf criteria expressed by a
TurbineDataHandler |
| TurbineDataHandler<K extends TurbineData> |
EventHandler interface for listeners to
TurbineData being emitted from a TurbineDataMonitor |
| Class | Description |
|---|---|
| HandlerQueueTuple<K extends TurbineData> |
Class that encapsulates that infrastructure needed by a
TurbineDataHandler to receive data from multiple producers. |
| HandlerQueueTuple.UnitTest | |
| PerformanceCriteria.AggClusterPerformanceCriteria |
Sample criteria that is used by the
AggregateClusterMonitor.getEventHandler() to handle data from multiple InstanceMonitor connections. |
| TurbineDataDispatcher<K extends TurbineData> |
Class the manages the mapping from
InstanceMonitor connections to TurbineDataHandler listeners. |
| TurbineDataDispatcher.UnitTest |