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 TypeMethodDescriptionstatic LocalTableDataServer
getLocalTableDataServer
(com.fishlib.io.logger.Logger log, TableDataServiceConfig tableDataServiceConfig, String configName) static void
void
shutdown()
void
start()
Deprecated.void
start
(com.fishlib.stats.StatsIntradayLogger statsIntradayLogger) void
Methods inherited from class com.fishlib.util.process.OnetimeShutdownTask
adapt, awaitShutdown, awaitShutdown, invoke, isShutdown
-
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, TableDataServiceConfig tableDataServiceConfig, String configName)
-
startInWorker()
instead