Package | Description |
---|---|
org.apache.zookeeper.server |
ZooKeeper server theory of operation
|
org.apache.zookeeper.server.controller |
Modifier and Type | Method and Description |
---|---|
protected NIOServerCnxn |
NIOServerCnxnFactory.createConnection(SocketChannel sock,
SelectionKey sk,
NIOServerCnxnFactory.SelectorThread selectorThread) |
Constructor and Description |
---|
NIOServerCnxn(ZooKeeperServer zk,
SocketChannel sock,
SelectionKey sk,
NIOServerCnxnFactory factory,
NIOServerCnxnFactory.SelectorThread selectorThread) |
Modifier and Type | Method and Description |
---|---|
protected NIOServerCnxn |
ControllableConnectionFactory.createConnection(SocketChannel sock,
SelectionKey sk,
NIOServerCnxnFactory.SelectorThread selectorThread) |
Constructor and Description |
---|
ControllableConnection(ZooKeeperServer zk,
SocketChannel sock,
SelectionKey sk,
NIOServerCnxnFactory factory,
NIOServerCnxnFactory.SelectorThread selectorThread) |
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.