com.bigdata.btree
Class DumpIndexSegment
java.lang.Object
com.bigdata.btree.DumpIndexSegment
public class DumpIndexSegment
- extends Object
Utility to examine the context of an IndexSegmentStore.
- Version:
- $Id: DumpIndexSegment.java 5012 2011-08-03 11:29:33Z thompsonbry $
- Author:
- Bryan Thompson
|
Field Summary |
protected static org.apache.log4j.Logger |
log
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static org.apache.log4j.Logger log
DumpIndexSegment
public DumpIndexSegment()
usage
public static void usage()
main
public static void main(String[] args)
throws IOException
- Dump one or more
IndexSegments.
- Parameters:
args - usage [file|-d level]+, where file is
the name of a n IndexSegmentStore file and
level is the name of the Level to be used
for the AbstractBTree.dumpLog
- Throws:
IOException
Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.