Uses of Class
org.apache.zookeeper.data.Id
-
Packages that use Id Package Description org.apache.zookeeper.data org.apache.zookeeper.server.quorum -
-
Uses of Id in org.apache.zookeeper.data
Methods in org.apache.zookeeper.data that return Id Modifier and Type Method Description Id
ACL. getId()
Methods in org.apache.zookeeper.data with parameters of type Id Modifier and Type Method Description void
ACL. setId(Id m_)
Constructors in org.apache.zookeeper.data with parameters of type Id Constructor Description ACL(int perms, Id id)
-
Uses of Id in org.apache.zookeeper.server.quorum
Methods in org.apache.zookeeper.server.quorum that return types with arguments of type Id Modifier and Type Method Description List<Id>
QuorumPacket. getAuthinfo()
Method parameters in org.apache.zookeeper.server.quorum with type arguments of type Id Modifier and Type Method Description void
QuorumPacket. setAuthinfo(List<Id> m_)
Constructor parameters in org.apache.zookeeper.server.quorum with type arguments of type Id Constructor Description QuorumPacket(int type, long zxid, byte[] data, List<Id> authinfo)
-