org.apache.zookeeper.server
Class SnapshotFormatter
java.lang.Object
org.apache.zookeeper.server.SnapshotFormatter
public class SnapshotFormatter
- extends Object
Dump a snapshot file to stdout.
Method Summary |
static void |
main(String[] args)
USAGE: SnapshotFormatter snapshot_file |
void |
run(String snapshotFileName)
|
SnapshotFormatter
public SnapshotFormatter()
main
public static void main(String[] args)
throws Exception
- USAGE: SnapshotFormatter snapshot_file
- Throws:
Exception
run
public void run(String snapshotFileName)
throws IOException
- Throws:
IOException
Copyright © 2017 The Apache Software Foundation