Package org.apache.zookeeper
Class DeleteContainerRequest
- java.lang.Object
-
- org.apache.zookeeper.DeleteContainerRequest
-
-
Constructor Summary
Constructors Constructor Description DeleteContainerRequest()
DeleteContainerRequest(String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deserialize(InputArchive archive, String tag)
String
getPath()
void
serialize(OutputArchive archive, String tag)
-
-
-
Constructor Detail
-
DeleteContainerRequest
public DeleteContainerRequest()
-
DeleteContainerRequest
public DeleteContainerRequest(String path)
-
-
Method Detail
-
getPath
public String getPath()
-
serialize
public void serialize(OutputArchive archive, String tag) throws IOException
- Specified by:
serialize
in interfaceRecord
- Throws:
IOException
-
deserialize
public void deserialize(InputArchive archive, String tag) throws IOException
- Specified by:
deserialize
in interfaceRecord
- Throws:
IOException
-
-