org.apache.hadoop.chukwa.analysis.salsa.visualization
Class Heatmap.HeatmapData

java.lang.Object
  extended by org.apache.hadoop.chukwa.analysis.salsa.visualization.Heatmap.HeatmapData
Enclosing class:
Heatmap

protected static class Heatmap.HeatmapData
extends Object

Internal representation of all data needed to render heatmap; data-handling code populates this data structure


Field Summary
 prefuse.data.Table agg_tab
           
 String[] hostnames
           
 long max
           
 long min
           
 int num_hosts
           
 long[][] stats
           
 
Constructor Summary
Heatmap.HeatmapData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

agg_tab

public prefuse.data.Table agg_tab

stats

public long[][] stats

min

public long min

max

public long max

num_hosts

public int num_hosts

hostnames

public String[] hostnames
Constructor Detail

Heatmap.HeatmapData

public Heatmap.HeatmapData()


Copyright © ${year} The Apache Software Foundation