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