public class ServerCnxnFactory extends Object
| 构造器和说明 |
|---|
ServerCnxnFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ServerCnxnFactory |
createFactory(int port,
int maxcc) |
void |
join() |
static void |
main(String[] args) |
void |
shutdown() |
void |
startup(org.apache.zookeeper.server.ZooKeeperServer server) |
public void startup(org.apache.zookeeper.server.ZooKeeperServer server)
throws InterruptedException
public static ServerCnxnFactory createFactory(int port, int maxcc)
public void shutdown()
public void join()
throws InterruptedException
Copyright © 2019. All rights reserved.