Package | Description |
---|---|
org.apache.zookeeper.server |
ZooKeeper server theory of operation
|
org.apache.zookeeper.server.controller |
Constructor and Description |
---|
NIOServerCnxn(ZooKeeperServer zk,
SocketChannel sock,
SelectionKey sk,
NIOServerCnxnFactory factory,
NIOServerCnxnFactory.SelectorThread selectorThread) |
Modifier and Type | Class and Description |
---|---|
class |
ControllableConnectionFactory
Extension of NIOServerCnxnFactory which can inject changes per controller commands.
|
Constructor and Description |
---|
ControllableConnection(ZooKeeperServer zk,
SocketChannel sock,
SelectionKey sk,
NIOServerCnxnFactory factory,
NIOServerCnxnFactory.SelectorThread selectorThread) |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.