| Modifier and Type | Class and Description |
|---|---|
class |
HighLowMetricValue
Represents the value of a numeric metric.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataPoint
DataPoint holds a data and label for a single data point in a chart.
|
class |
HighLowDataPoint
TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code
Templates
|
class |
StackedDataPoint |
| Modifier and Type | Method and Description |
|---|---|
IDataPoint |
DataPointCollection.get(int index) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<IDataPoint> |
DataPointCollection.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DataPointCollection.add(IDataPoint element)
Adds an element to the collection.
|
boolean |
DataPointCollection.contains(IDataPoint element)
Determines whether the collection contains the specified element.
|
boolean |
DataPointCollection.remove(IDataPoint element)
Removes the specified element from the collection.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IComparableDatapoint |
interface |
IDisplayDataPoint
This interface defines APIs that are required to display a data point in the UI
|
interface |
IHighLowDataPoint
IHighLowDataPoint is an interface that is used to allow the chart to retrieve the high value and low value of an
individual data point.
|
interface |
IStackedDataPoint
IStackedDataPoint is an interface that is used to allow the chart to retrieve multiple values for per column in a
stacked column chart.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AvailabilityDataPoint |
| Modifier and Type | Class and Description |
|---|---|
class |
NumericMetricDataPoint
A numeric metric data point that can be plotted on a chart.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SegmentInfo
Provides segmented and total response time measurement for an individual request (or average for a group of
requests).
|
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.