Uses of Interface
org.apache.zookeeper.server.quorum.auth.QuorumAuthLearner
-
Packages that use QuorumAuthLearner Package Description org.apache.zookeeper.server.quorum org.apache.zookeeper.server.quorum.auth -
-
Uses of QuorumAuthLearner in org.apache.zookeeper.server.quorum
Constructors in org.apache.zookeeper.server.quorum with parameters of type QuorumAuthLearner Constructor Description QuorumCnxManager(long mySid, java.util.Map<java.lang.Long,QuorumPeer.QuorumServer> view, QuorumAuthServer authServer, QuorumAuthLearner authLearner, int socketTimeout, boolean listenOnAllIPs, int quorumCnxnThreadsSize, boolean quorumSaslAuthEnabled)QuorumCnxManager(long mySid, java.util.Map<java.lang.Long,QuorumPeer.QuorumServer> view, QuorumAuthServer authServer, QuorumAuthLearner authLearner, int socketTimeout, boolean listenOnAllIPs, int quorumCnxnThreadsSize, boolean quorumSaslAuthEnabled, java.util.concurrent.ConcurrentHashMap<java.lang.Long,org.apache.zookeeper.server.quorum.QuorumCnxManager.SendWorker> senderWorkerMap) -
Uses of QuorumAuthLearner in org.apache.zookeeper.server.quorum.auth
Classes in org.apache.zookeeper.server.quorum.auth that implement QuorumAuthLearner Modifier and Type Class Description classNullQuorumAuthLearnerThis class represents no authentication learner, it just return without performing any authentication.classSaslQuorumAuthLearner
-