| Interface and Description |
|---|
| org.apache.zookeeper.KeeperException.CodeDeprecated |
| Class and Description |
|---|
| org.apache.zookeeper.server.quorum.AuthFastLeaderElection
This class has been deprecated as of release 3.4.0.
|
| org.apache.zookeeper.server.quorum.LeaderElection
This class has been deprecated as of release 3.4.0.
|
| Method and Description |
|---|
| org.apache.zookeeper.KeeperException.create(int)
deprecated in 3.1.0, use
KeeperException.create(Code)
instead |
| org.apache.zookeeper.KeeperException.create(int, String)
deprecated in 3.1.0, use
KeeperException.create(Code, String)
instead |
| org.apache.zookeeper.KeeperException.getCode()
deprecated in 3.1.0, use
KeeperException.code() instead |
| org.apache.zookeeper.KeeperException.setCode(int)
deprecated in 3.1.0, exceptions should be immutable, this
method should not be used
|
| Enum Constant and Description |
|---|
| org.apache.zookeeper.Watcher.Event.KeeperState.NoSyncConnected |
| org.apache.zookeeper.Watcher.Event.KeeperState.Unknown |
Copyright © 2016 The Apache Software Foundation