|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServerCnxnFactory | |
|---|---|
| org.apache.zookeeper.server | ZooKeeper server theory of operation |
| org.apache.zookeeper.server.quorum | |
| Uses of ServerCnxnFactory in org.apache.zookeeper.server |
|---|
| Subclasses of ServerCnxnFactory in org.apache.zookeeper.server | |
|---|---|
class |
NettyServerCnxnFactory
|
class |
NIOServerCnxnFactory
|
| Methods in org.apache.zookeeper.server that return ServerCnxnFactory | |
|---|---|
static ServerCnxnFactory |
ServerCnxnFactory.createFactory()
|
static ServerCnxnFactory |
ServerCnxnFactory.createFactory(InetSocketAddress addr,
int maxClientCnxns)
|
static ServerCnxnFactory |
ServerCnxnFactory.createFactory(int clientPort,
int maxClientCnxns)
|
ServerCnxnFactory |
ZooKeeperServer.getServerCnxnFactory()
|
| Methods in org.apache.zookeeper.server with parameters of type ServerCnxnFactory | |
|---|---|
void |
ZooKeeperServer.setServerCnxnFactory(ServerCnxnFactory factory)
|
| Uses of ServerCnxnFactory in org.apache.zookeeper.server.quorum |
|---|
| Methods in org.apache.zookeeper.server.quorum that return ServerCnxnFactory | |
|---|---|
ServerCnxnFactory |
QuorumPeer.getCnxnFactory()
|
| Methods in org.apache.zookeeper.server.quorum with parameters of type ServerCnxnFactory | |
|---|---|
void |
QuorumPeer.setCnxnFactory(ServerCnxnFactory cnxnFactory)
|
| Constructors in org.apache.zookeeper.server.quorum with parameters of type ServerCnxnFactory | |
|---|---|
QuorumPeer(Map<Long,QuorumPeer.QuorumServer> quorumPeers,
File dataDir,
File dataLogDir,
int electionType,
long myid,
int tickTime,
int initLimit,
int syncLimit,
ServerCnxnFactory cnxnFactory)
For backward compatibility purposes, we instantiate QuorumMaj by default. |
|
QuorumPeer(Map<Long,QuorumPeer.QuorumServer> quorumPeers,
File dataDir,
File dataLogDir,
int electionType,
long myid,
int tickTime,
int initLimit,
int syncLimit,
ServerCnxnFactory cnxnFactory,
QuorumVerifier quorumConfig)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||