Package org.apache.zookeeper.server
Interface ZooKeeperServer.DataTreeBuilder
-
- All Known Implementing Classes:
ZooKeeperServer.BasicDataTreeBuilder
- Enclosing class:
- ZooKeeperServer
public static interface ZooKeeperServer.DataTreeBuilder
The server delegates loading of the tree to an instance of the interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataTree
build()
-
-
-
Method Detail
-
build
DataTree build()
-
-