org.apache.hadoop.chukwa.hicc
Class JSONLoader

java.lang.Object
  extended by org.apache.hadoop.chukwa.hicc.JSONLoader

public class JSONLoader
extends Object


Field Summary
 org.json.JSONArray jsonData
           
 
Constructor Summary
JSONLoader(String source)
           
 
Method Summary
static String getContents(String source)
           
 String getTags(int i)
           
 String getTS(int i)
           
 String getValue(int i)
           
 int length()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jsonData

public org.json.JSONArray jsonData
Constructor Detail

JSONLoader

public JSONLoader(String source)
Method Detail

getContents

public static String getContents(String source)

getTS

public String getTS(int i)

getTags

public String getTags(int i)

getValue

public String getValue(int i)

length

public int length()


Copyright © ${year} The Apache Software Foundation