public class DefaultDiscoveryConfig extends Object implements IDiscoveryConfig
IDiscoveryConfig
. Since this is
zookeeper related code, check the net for the zookeeper administration guideModifier and Type | Field and Description |
---|---|
static String |
CLIENT_PORT_DEFAULT
The client port default.
|
static String |
DATADIR_DEFAULT
Directory will be created at runtime.
|
static String |
DATALOGDIR_DEFAULT
Will be generated at runtime.
|
static String |
DEFAULT_FLAVOR
This is the default flavor when no flavor has been passed
|
protected static Map<String,Object> |
defaultConfigProperties |
static String |
ELECTION_PORT_DEFAULT
The election port default.
|
static String |
INITLIMIT_DEFAULT
The server init limit default.
|
static String |
SERVER_PORT_DEFAULT
The server port default.
|
static String |
SYNCLIMIT_DEFAULT
The sync limit default.
|
static String |
TEMPDIR_DEFAULT
The location of the zookeeper work directory.
|
static String |
TICKTIME_DEFAULT
The tick time default.
|
static String |
ZOODISCOVERY_PREFIX |
ZOODISCOVERY_CONSOLELOG, ZOODISCOVERY_FLAVOR_CENTRALIZED, ZOODISCOVERY_FLAVOR_REPLICATED, ZOODISCOVERY_FLAVOR_STANDALONE, ZOOKEEPER_AUTOSTART, ZOOKEEPER_CLIENTPORT, ZOOKEEPER_DATADIR, ZOOKEEPER_DATALOGDIR, ZOOKEEPER_ELECTION_PORT, ZOOKEEPER_INITLIMIT, ZOOKEEPER_SERVER_PORT, ZOOKEEPER_SYNCLIMIT, ZOOKEEPER_TEMPDIR, ZOOKEEPER_TICKTIME
Constructor and Description |
---|
DefaultDiscoveryConfig() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getConfigProperties() |
static boolean |
getConsoleLog() |
static String |
getDefaultTarget() |
public static final String DEFAULT_FLAVOR
public static final String TEMPDIR_DEFAULT
java.io.tmpdir
property. Can be controlled by
either providing -Dzoodiscovery.tempDir=/qualified/path/
where /qualified/path/
is the absolute path name you want to
define or by appending the string to the instantiation of the container
id: instantiation of the container id.public static final String DATADIR_DEFAULT
-Dzoodiscovery.dataDir=string
where string
is
the single directory name you want to define or by appending the string
to the instantiation of the container id: instantiation of the container id.public static final String DATALOGDIR_DEFAULT
public static final String SERVER_PORT_DEFAULT
-Dzoodiscovery.serverPort=nnnn
where nnnn
is
the port you want to define as the server port or by appending the string
to the instantiation of the container id: zoodiscovery
documentation.public static final String ELECTION_PORT_DEFAULT
-Dzoodiscovery.electionPort=nnnn
where nnnn
is
the port you want to define as the election port or by appending the
string to the instantiation of the instantiation of the container id.public static final String CLIENT_PORT_DEFAULT
-Dzoodiscovery.clientPort=nnnn
where nnnn
is
the port you want to define as the client port or by appending the string
to the instantiation of the instantiation of the container id.public static final String TICKTIME_DEFAULT
Can be controlled by either providing
-Dzoodiscovery.tickTime=nnnn
where nnnn
is the
tick time or by appending the string to the instantiation of the container id.
public static final String INITLIMIT_DEFAULT
-Dzoodiscovery.initLimit=nnnn
where nnnn
is the
init limit or by appending the string to the instantiation of the container id.public static final String SYNCLIMIT_DEFAULT
-Dzoodiscovery.syncLimit=nnnn
where nnnn
is the
sync limit you want to define or by appending the string to the
instantiation of the container id: instantiation of the container id.public static final String ZOODISCOVERY_PREFIX
public Map<String,Object> getConfigProperties()
getConfigProperties
in interface IDiscoveryConfig
public static String getDefaultTarget()
public static boolean getConsoleLog()
Copyright © 2004–2020 Eclipse Foundation. All rights reserved.