public static class BookKeeper.Builder extends Object
Modifier and Type | Method and Description |
---|---|
BookKeeper |
build() |
BookKeeper.Builder |
setChannelFactory(org.jboss.netty.channel.socket.ClientSocketChannelFactory f) |
BookKeeper.Builder |
setStatsLogger(org.apache.bookkeeper.stats.StatsLogger statsLogger) |
BookKeeper.Builder |
setZookeeper(org.apache.zookeeper.ZooKeeper zk) |
public BookKeeper.Builder setChannelFactory(org.jboss.netty.channel.socket.ClientSocketChannelFactory f)
public BookKeeper.Builder setZookeeper(org.apache.zookeeper.ZooKeeper zk)
public BookKeeper.Builder setStatsLogger(org.apache.bookkeeper.stats.StatsLogger statsLogger)
public BookKeeper build() throws IOException, InterruptedException, org.apache.zookeeper.KeeperException
IOException
InterruptedException
org.apache.zookeeper.KeeperException
Copyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.