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.
|
org.apache.zookeeper.server.persistence | |
org.apache.zookeeper.server.quorum |
Class and Description |
---|
FileTxnSnapLog
This is a helper class
above the implementations
of txnlog and snapshot
classes
|
TxnLog.TxnIterator
an iterating interface for reading
transaction logs.
|
Class and Description |
---|
FileTxnSnapLog.DatadirException |
FileTxnSnapLog.PlayBackListener
This listener helps
the external apis calling
restore to gather information
while the data is being
restored.
|
SnapShot
snapshot interface for the persistence layer.
|
SnapshotInfo
stores the zxid (as in its file name) and the last modified timestamp
of a snapshot file
|
SnapStream.StreamMode |
TxnLog
Interface for reading transaction logs.
|
TxnLog.TxnIterator
an iterating interface for reading
transaction logs.
|
Class and Description |
---|
FileTxnSnapLog
This is a helper class
above the implementations
of txnlog and snapshot
classes
|
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.