Package org.apache.zookeeper.server.util
Class LogChopper
- java.lang.Object
-
- org.apache.zookeeper.server.util.LogChopper
-
@Public public class LogChopper extends java.lang.Object
this class will chop the log at the specified zxid
-
-
Constructor Summary
Constructors Constructor Description LogChopper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
chop(java.io.InputStream is, java.io.OutputStream os, long zxid)
static void
main(java.lang.String[] args)
-