Package | Description |
---|---|
org.apache.zookeeper.server |
ZooKeeper server theory of operation
|
org.apache.zookeeper.server.quorum |
Modifier and Type | Field and Description |
---|---|
protected JvmPauseMonitor |
ZooKeeperServer.jvmPauseMonitor |
Constructor and Description |
---|
ZooKeeperServer(JvmPauseMonitor jvmPauseMonitor,
FileTxnSnapLog txnLogFactory,
int tickTime,
int minSessionTimeout,
int maxSessionTimeout,
int clientPortListenBacklog,
ZKDatabase zkDb,
String initialConfig)
Adds JvmPauseMonitor and calls
ZooKeeperServer(FileTxnSnapLog, int, int, int, int, ZKDatabase, String) |
Modifier and Type | Method and Description |
---|---|
void |
QuorumPeer.setJvmPauseMonitor(JvmPauseMonitor jvmPauseMonitor) |
Copyright © 2008–2023 The Apache Software Foundation. All rights reserved.