public class SingleNodeMain
extends java.lang.Object
Constructor and Description |
---|
SingleNodeMain() |
Modifier and Type | Method and Description |
---|---|
static SingleNodeServer |
launchSingleNodeServer(SingleNodeOptions options)
Create a new instance of SingleNodeServer given SingleNodeOptions
|
static void |
main(java.lang.String[] args)
The main entry point to create the AdminServer.
|
static SingleNodeOptions |
parseOptions(java.lang.String[] args)
Parse command line options from a String array into a type safe SingleNodeOptions class.
|
public static void main(java.lang.String[] args)
args
- command line argumentspublic static SingleNodeOptions parseOptions(java.lang.String[] args)
args
- command line argumentsInvalidCommandLineArgumentException
- if there is an invalid command line argumentpublic static SingleNodeServer launchSingleNodeServer(SingleNodeOptions options)
options
- The options that select transport, analytics, and other infrastructure options.