public class ServiceArgs extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
asyncLog |
static Supplier<ServiceArgs> |
factory |
| Modifier | Constructor and Description |
|---|---|
protected |
ServiceArgs() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDataShardPortBase() |
String |
getHost() |
String |
getMonhost() |
int |
getMonport() |
String |
getRegistryHost() |
int |
getRegistryPort() |
boolean |
isAsyncLog() |
boolean |
isHelp() |
static ServiceArgs |
New() |
static ServiceArgs |
parseCommandLine(String[] args,
ServiceArgs options) |
String |
toString() |
public static Supplier<ServiceArgs> factory
public boolean asyncLog
public static ServiceArgs New()
public String getMonhost()
public int getMonport()
public String getRegistryHost()
public int getRegistryPort()
public int getDataShardPortBase()
public boolean isHelp()
public String getHost()
public boolean isAsyncLog()
public static ServiceArgs parseCommandLine(String[] args, ServiceArgs options)
Copyright © 2019. All rights reserved.