@Command(name="server",
description="Start the Graylog server")
public class Server
extends ServerBootstrap
| Modifier and Type | Field and Description |
|---|---|
protected static Configuration |
configuration |
chainingClassLoader, commandName, coreConfigInjector, dumpConfig, dumpDefaultConfig, featureFlags, FILE_SEPARATOR, GRAYLOG_ENVIRONMENT_VAR_PREFIX, GRAYLOG_SYSTEM_PROP_PREFIX, injector, jadConfig, TMPDIR, version| Modifier and Type | Method and Description |
|---|---|
protected void |
annotateInjectorExceptions(Collection<com.google.inject.spi.Message> messages) |
protected Set<ServerStatus.Capability> |
capabilities() |
protected List<com.google.inject.Module> |
getCommandBindings() |
protected List<Object> |
getCommandConfigurationBeans() |
boolean |
isLocal() |
protected Class<? extends Runnable> |
shutdownHook() |
protected void |
startNodeRegistration(com.google.inject.Injector injector) |
annotateProvisionException, beforeInjectorCreation, beforeStart, getPidFile, getSharedBindingsModules, isNoPidFile, runMigrations, savePidFile, startCommandannotateInjectorCreationException, applySecuritySettings, beforeStart, getConfigRepositories, isDebug, isDumpConfig, isDumpDefaultConfig, isMigrationCommand, loadPlugins, onlyLogErrors, processConfiguration, run, setupCoreConfigInjector, setupInjector, setupLogger, validateConfigurationprotected static final Configuration configuration
public Server()
public Server(String commandName)
public boolean isLocal()
protected List<com.google.inject.Module> getCommandBindings()
getCommandBindings in class CmdLineToolprotected List<Object> getCommandConfigurationBeans()
getCommandConfigurationBeans in class CmdLineToolprotected void startNodeRegistration(com.google.inject.Injector injector)
startNodeRegistration in class ServerBootstrapprotected Class<? extends Runnable> shutdownHook()
shutdownHook in class ServerBootstrapprotected void annotateInjectorExceptions(Collection<com.google.inject.spi.Message> messages)
annotateInjectorExceptions in class CmdLineToolprotected Set<ServerStatus.Capability> capabilities()
capabilities in class CmdLineToolCopyright © 2012–2022 Graylog, Inc.. All rights reserved.