Package | Description |
---|---|
org.apache.zookeeper.server |
ZooKeeper server theory of operation
ZooKeeperServer is designed to work in standalone mode and also
be extensible so that it can be used to implement the quorum based
version of ZooKeeper.
|
Modifier and Type | Method and Description |
---|---|
DataTree.ZxidDigest |
DataTree.getDigestFromLoadedSnapshot() |
DataTree.ZxidDigest |
DataTree.getLastProcessedZxidDigest() |
Modifier and Type | Method and Description |
---|---|
List<DataTree.ZxidDigest> |
DataTree.getDigestLog()
Return all the digests in the historical digest list.
|
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.