com.bigdata.journal
Class CompactJournalUtility
java.lang.Object
com.bigdata.journal.CompactJournalUtility
public class CompactJournalUtility
- extends Object
Utility class to compact a Journal. The Journal can not be
open in another application.
- Version:
- $Id: CompactJournalUtility.java 2265 2009-10-26 12:51:06Z thompsonbry $
- Author:
- Bryan Thompson
|
Method Summary |
static void |
main(String[] args)
Compacts the source journal, writing a new journal containing only the
most current committed view onto the specified output file. |
static void |
usage()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompactJournalUtility
public CompactJournalUtility()
usage
public static void usage()
main
public static void main(String[] args)
- Compacts the source journal, writing a new journal containing only the
most current committed view onto the specified output file.
- Parameters:
args - inFile outFile
Copyright © 2006-2012 SYSTAP, LLC. All Rights Reserved.