org.apache.hadoop.chukwa.hicc.bean
Class Series

java.lang.Object
  extended by org.apache.hadoop.chukwa.hicc.bean.Series

public class Series
extends Object


Constructor Summary
Series(String name)
           
 
Method Summary
 void add(long x, double y)
           
 Object toJSONObject()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Series

public Series(String name)
Method Detail

add

public void add(long x,
                double y)

toString

public String toString()
Overrides:
toString in class Object

toJSONObject

public Object toJSONObject()


Copyright © 2011 Apache Software Foundation. All Rights Reserved.