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,
ZKDatabase zkDb,
boolean reconfigEnabled)
Adds JvmPauseMonitor and calls
ZooKeeperServer(FileTxnSnapLog, int, int, int, ZKDatabase, boolean) |
Modifier and Type | Method and Description |
---|---|
void |
QuorumPeer.setJvmPauseMonitor(JvmPauseMonitor jvmPauseMonitor) |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.