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) |
Modifier and Type | Method and Description |
---|---|
boolean |
NIOServerCnxnFactory.removeCnxn(NIOServerCnxn cnxn)
De-registers the connection from the various mappings maintained
by the factory.
|
void |
NIOServerCnxnFactory.touchCnxn(NIOServerCnxn cnxn)
Add or update cnxn in our cnxnExpiryQueue
|
Modifier and Type | Class and Description |
---|---|
class |
ControllableConnection
Extension of NIOServerCnxn which can inject changes per controller commands.
|
Modifier and Type | Method and Description |
---|---|
protected NIOServerCnxn |
ControllableConnectionFactory.createConnection(SocketChannel sock,
SelectionKey sk,
NIOServerCnxnFactory.SelectorThread selectorThread) |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.