Package | Description |
---|---|
com.redhat.thermostat.thread.client.common | |
com.redhat.thermostat.thread.client.swing.impl |
Modifier and Type | Method and Description |
---|---|
ThreadTimelineBean |
ThreadTimelineBean.clone() |
Modifier and Type | Method and Description |
---|---|
boolean |
ThreadTimelineBean.contains(ThreadTimelineBean other)
NOTE: A
ThreadTimelineBean is contains another if they are
either equals, or the the name, state and start time are the same
(in other words, this method does not check the stop time, and is not a
strict Set operation). |
Modifier and Type | Method and Description |
---|---|
abstract void |
ThreadTimelineView.displayStats(Map<ThreadInfoData,List<ThreadTimelineBean>> timelines,
long start,
long stop) |
Modifier and Type | Method and Description |
---|---|
void |
SwingThreadTimelineView.displayStats(Map<ThreadInfoData,List<ThreadTimelineBean>> timelines,
long start,
long stop) |
Constructor and Description |
---|
SwingThreadTimelineChart(List<ThreadTimelineBean> timeline,
long rangeStart,
long rangeStop) |
Copyright © 2012. All Rights Reserved.