org.apache.hadoop.chukwa.hicc
Class HiccWebServer

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

public class HiccWebServer
extends Object


Field Summary
static ChukwaConfiguration chukwaConf
           
static org.apache.hadoop.conf.Configuration config
           
static org.apache.hadoop.fs.FileSystem fs
           
 
Constructor Summary
protected HiccWebServer()
           
 
Method Summary
static org.apache.hadoop.conf.Configuration getConfig()
           
static org.apache.hadoop.fs.FileSystem getFileSystem()
           
static HiccWebServer getInstance()
           
 List<String> getResourceListing(String path)
           
static void main(String[] args)
           
 void populateDir(List<String> files, org.apache.hadoop.fs.Path path)
           
 void run()
           
 void setupDefaultData()
           
 void shutdown()
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

chukwaConf

public static ChukwaConfiguration chukwaConf

config

public static org.apache.hadoop.conf.Configuration config

fs

public static org.apache.hadoop.fs.FileSystem fs
Constructor Detail

HiccWebServer

protected HiccWebServer()
Method Detail

getInstance

public static HiccWebServer getInstance()

start

public void start()

getConfig

public static org.apache.hadoop.conf.Configuration getConfig()

getFileSystem

public static org.apache.hadoop.fs.FileSystem getFileSystem()

getResourceListing

public List<String> getResourceListing(String path)
                                throws URISyntaxException,
                                       IOException
Throws:
URISyntaxException
IOException

populateDir

public void populateDir(List<String> files,
                        org.apache.hadoop.fs.Path path)

setupDefaultData

public void setupDefaultData()

run

public void run()

shutdown

public void shutdown()

main

public static void main(String[] args)


Copyright © ${year} The Apache Software Foundation