Uses of Class
org.apache.zookeeper.server.NIOServerCnxnFactory.SelectorThread
Packages that use NIOServerCnxnFactory.SelectorThread
Package
Description
ZooKeeper server theory of operation
-
Uses of NIOServerCnxnFactory.SelectorThread in org.apache.zookeeper.server
Methods in org.apache.zookeeper.server with parameters of type NIOServerCnxnFactory.SelectorThreadModifier and TypeMethodDescriptionprotected NIOServerCnxn
NIOServerCnxnFactory.createConnection
(SocketChannel sock, SelectionKey sk, NIOServerCnxnFactory.SelectorThread selectorThread) Constructors in org.apache.zookeeper.server with parameters of type NIOServerCnxnFactory.SelectorThreadModifierConstructorDescriptionNIOServerCnxn
(ZooKeeperServer zk, SocketChannel sock, SelectionKey sk, NIOServerCnxnFactory factory, NIOServerCnxnFactory.SelectorThread selectorThread) -
Uses of NIOServerCnxnFactory.SelectorThread in org.apache.zookeeper.server.controller
Methods in org.apache.zookeeper.server.controller with parameters of type NIOServerCnxnFactory.SelectorThreadModifier and TypeMethodDescriptionprotected NIOServerCnxn
ControllableConnectionFactory.createConnection
(SocketChannel sock, SelectionKey sk, NIOServerCnxnFactory.SelectorThread selectorThread) Constructors in org.apache.zookeeper.server.controller with parameters of type NIOServerCnxnFactory.SelectorThreadModifierConstructorDescriptionControllableConnection
(ZooKeeperServer zk, SocketChannel sock, SelectionKey sk, NIOServerCnxnFactory factory, NIOServerCnxnFactory.SelectorThread selectorThread)