public class InstanceVisualizationData extends Object
| Constructor and Description |
|---|
InstanceVisualizationData(boolean isProfilingAvailable) |
| Modifier and Type | Method and Description |
|---|---|
double |
getAverageUserTime() |
org.jfree.data.xy.TableXYDataset |
getCpuDataSet() |
org.jfree.data.xy.TableXYDataset |
getMemoryDataSet() |
org.jfree.data.xy.TableXYDataset |
getNetworkDataSet() |
double |
getUpperBoundForMemoryChart() |
boolean |
isProfilingEnabledForJob() |
void |
processInstanceProfilingEvent(InstanceProfilingEvent instanceProfilingEvent) |
public InstanceVisualizationData(boolean isProfilingAvailable)
public org.jfree.data.xy.TableXYDataset getCpuDataSet()
public org.jfree.data.xy.TableXYDataset getMemoryDataSet()
public org.jfree.data.xy.TableXYDataset getNetworkDataSet()
public double getUpperBoundForMemoryChart()
public void processInstanceProfilingEvent(InstanceProfilingEvent instanceProfilingEvent)
public double getAverageUserTime()
public boolean isProfilingEnabledForJob()
Copyright © 2013–2014. All rights reserved.