Package org.apache.zookeeper.data
Class ACL
java.lang.Object
org.apache.zookeeper.data.ACL
- All Implemented Interfaces:
Record
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoiddeserialize(InputArchive a_, String tag) booleangetId()intgetPerms()inthashCode()voidreadFields(DataInput in) voidserialize(OutputArchive a_, String tag) voidvoidsetPerms(int m_) static StringtoString()voidwrite(DataOutput out)
-
Constructor Details
-
ACL
public ACL() -
ACL
-
-
Method Details
-
getPerms
public int getPerms() -
setPerms
public void setPerms(int m_) -
getId
-
setId
-
serialize
- Specified by:
serializein interfaceRecord- Throws:
IOException
-
deserialize
- Specified by:
deserializein interfaceRecord- Throws:
IOException
-
toString
-
write
- Throws:
IOException
-
readFields
- Throws:
IOException
-
compareTo
- Throws:
ClassCastException
-
equals
-
hashCode
public int hashCode() -
signature
-