Class LocalTableDataServer
java.lang.Object
com.fishlib.util.process.OnetimeShutdownTask
com.illumon.iris.db.v2.locations.server.LocalTableDataServer
- All Implemented Interfaces:
com.fishlib.util.process.ShutdownManager.Task
public class LocalTableDataServer
extends com.fishlib.util.process.OnetimeShutdownTask
Server that exports a local table data service.
-
Method Summary
Modifier and Type Method Description static LocalTableDataServer
getLocalTableDataServer(com.fishlib.io.logger.Logger log, DataRoutingService.TableDataServiceConfig tableDataServiceConfig, String configName)
static void
main(String... args)
void
shutdown()
void
start()
Deprecated.usestartInWorker()
insteadvoid
start(com.fishlib.stats.StatsIntradayLogger statsIntradayLogger)
void
startInWorker()
-
Method Details
-
start
Deprecated.usestartInWorker()
instead -
startInWorker
public void startInWorker() -
start
public void start(com.fishlib.stats.StatsIntradayLogger statsIntradayLogger) -
shutdown
public void shutdown()- Specified by:
shutdown
in classcom.fishlib.util.process.OnetimeShutdownTask
-
main
-
getLocalTableDataServer
public static LocalTableDataServer getLocalTableDataServer(com.fishlib.io.logger.Logger log, DataRoutingService.TableDataServiceConfig tableDataServiceConfig, String configName)
-