Package org.apache.zookeeper.data
Class ClientInfo
java.lang.Object
org.apache.zookeeper.data.ClientInfo
- All Implemented Interfaces:
Record
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
void
deserialize
(InputArchive a_, String tag) boolean
getUser()
int
hashCode()
void
readFields
(DataInput in) void
serialize
(OutputArchive a_, String tag) void
setAuthScheme
(String m_) void
static String
toString()
void
write
(DataOutput out)
-
Constructor Details
-
ClientInfo
public ClientInfo() -
ClientInfo
-
-
Method Details
-
getAuthScheme
-
setAuthScheme
-
getUser
-
setUser
-
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
-