public class LensServer extends Object
Modifier and Type | Method and Description |
---|---|
List<org.glassfish.grizzly.http.server.HttpServer> |
getServerList() |
static void |
main(String[] args)
The main method.
|
void |
start()
Start.
|
void |
startServices(org.apache.hadoop.hive.conf.HiveConf conf)
Start services.
|
void |
stop()
Stop.
|
public void startServices(org.apache.hadoop.hive.conf.HiveConf conf)
conf
- the confpublic void start() throws IOException
IOException
- Signals that an I/O exception has occurred.public void stop()
public static void main(String[] args) throws Exception
args
- the argumentsException
- the exception@Generated(value="lombok") public List<org.glassfish.grizzly.http.server.HttpServer> getServerList()
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.