Uses of Class
org.apache.zookeeper.data.Id
-
Packages that use Id Package Description org.apache.zookeeper org.apache.zookeeper.data -
-
Uses of Id in org.apache.zookeeper
Fields in org.apache.zookeeper declared as Id Modifier and Type Field Description static IdZooDefs.Ids. ANYONE_ID_UNSAFEThis Id represents anyone.static IdZooDefs.Ids. AUTH_IDSThis Id is only usable to set ACLs. -
Uses of Id in org.apache.zookeeper.data
Methods in org.apache.zookeeper.data that return Id Modifier and Type Method Description IdACL. getId()Methods in org.apache.zookeeper.data with parameters of type Id Modifier and Type Method Description voidACL. setId(Id m_)Constructors in org.apache.zookeeper.data with parameters of type Id Constructor Description ACL(int perms, Id id)
-