public interface IDiscoveryConfig
Modifier and Type | Field and Description |
---|---|
static String |
ZOODISCOVERY_CONSOLELOG |
static String |
ZOODISCOVERY_FLAVOR_CENTRALIZED |
static String |
ZOODISCOVERY_FLAVOR_REPLICATED |
static String |
ZOODISCOVERY_FLAVOR_STANDALONE |
static String |
ZOOKEEPER_AUTOSTART
If found and the zookeeper discovery bundle is started then the zookeeper
server will be started automatically.
|
static String |
ZOOKEEPER_CLIENTPORT
The port at which the clients will connect.
|
static String |
ZOOKEEPER_DATADIR
The single name of the directory in
ZOOKEEPER_TEMPDIR where the
snapshot is stored. |
static String |
ZOOKEEPER_DATALOGDIR
The single name of the directory in
ZOOKEEPER_TEMPDIR where the
log is stored. |
static String |
ZOOKEEPER_ELECTION_PORT
Leader election port.
|
static String |
ZOOKEEPER_INITLIMIT
The number of ticks that the initial synchronization phase can take.
|
static String |
ZOOKEEPER_SERVER_PORT
Server to server port.
|
static String |
ZOOKEEPER_SYNCLIMIT
The number of ticks that can pass between sending a request and getting
an acknowledgment.
|
static String |
ZOOKEEPER_TEMPDIR
The directory where zookeeper can work.
|
static String |
ZOOKEEPER_TICKTIME
The number of milliseconds of each tick.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getConfigProperties() |
static final String ZOODISCOVERY_FLAVOR_STANDALONE
static final String ZOODISCOVERY_FLAVOR_CENTRALIZED
static final String ZOODISCOVERY_FLAVOR_REPLICATED
static final String ZOODISCOVERY_CONSOLELOG
static final String ZOOKEEPER_TICKTIME
static final String ZOOKEEPER_AUTOSTART
static final String ZOOKEEPER_TEMPDIR
static final String ZOOKEEPER_DATADIR
ZOOKEEPER_TEMPDIR
where the
snapshot is stored. OPIONALstatic final String ZOOKEEPER_DATALOGDIR
ZOOKEEPER_TEMPDIR
where the
log is stored. It may be the same as ZOOKEEPER_DATADIR
but
better if separate. OPTIONALstatic final String ZOOKEEPER_INITLIMIT
static final String ZOOKEEPER_SYNCLIMIT
static final String ZOOKEEPER_CLIENTPORT
static final String ZOOKEEPER_SERVER_PORT
static final String ZOOKEEPER_ELECTION_PORT
Map<String,Object> getConfigProperties()
Copyright © 2004–2020 Eclipse Foundation. All rights reserved.