Package com.mapr.fs.gateway
Class GatewayServer
- java.lang.Object
-
- com.mapr.fs.gateway.GatewayServer
-
- All Implemented Interfaces:
java.lang.Runnable
public class GatewayServer extends java.lang.Object implements java.lang.Runnable
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidflushLogBuffer()GatewayConfigurationgetConf()voidrun()voidsetShutdownInProg()
-
-
-
Method Detail
-
getConf
public GatewayConfiguration getConf()
-
flushLogBuffer
public static void flushLogBuffer()
-
setShutdownInProg
public void setShutdownInProg()
-
run
public void run()
- Specified by:
runin interfacejava.lang.Runnable
-
-