public abstract class ServerShutdownSave
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected com.djrapitops.plugin.logging.console.PluginLogger |
logger |
Constructor and Description |
---|
ServerShutdownSave(Locale locale,
DBSystem dbSystem,
com.djrapitops.plugin.logging.console.PluginLogger logger,
ErrorLogger errorLogger) |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
checkServerShuttingDownStatus() |
java.util.Optional<java.util.concurrent.Future<?>> |
performSave() |
void |
serverIsKnownToBeShuttingDown() |
public ServerShutdownSave(Locale locale, DBSystem dbSystem, com.djrapitops.plugin.logging.console.PluginLogger logger, ErrorLogger errorLogger)