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 TypeMethodDescriptionint
void
deserialize
(InputArchive a_, String tag) boolean
getId()
int
getPerms()
int
hashCode()
void
readFields
(DataInput in) void
serialize
(OutputArchive a_, String tag) void
void
setPerms
(int m_) static String
toString()
void
write
(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:
serialize
in interfaceRecord
- Throws:
IOException
-
deserialize
- Specified by:
deserialize
in interfaceRecord
- Throws:
IOException
-
toString
-
write
- Throws:
IOException
-
readFields
- Throws:
IOException
-
compareTo
- Throws:
ClassCastException
-
equals
-
hashCode
public int hashCode() -
signature
-