public class HiccWebServer extends Object
Modifier and Type | Field and Description |
---|---|
protected static ChukwaConfiguration |
chukwaConf |
Modifier | Constructor and Description |
---|---|
protected |
HiccWebServer() |
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.conf.Configuration |
getConfig() |
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() |
protected static final ChukwaConfiguration chukwaConf
public static HiccWebServer getInstance()
public void start()
public static org.apache.hadoop.conf.Configuration getConfig()
public List<String> getResourceListing(String path) throws URISyntaxException, IOException
URISyntaxException
IOException
public void setupDefaultData()
public void run()
public void shutdown()
public static void main(String[] args)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.