com.bigdata.btree
Class DumpIndexSegment

java.lang.Object
  extended by 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
           
 
Constructor Summary
DumpIndexSegment()
           
 
Method Summary
static void main(String[] args)
          Dump one or more IndexSegments.
static void usage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.apache.log4j.Logger log
Constructor Detail

DumpIndexSegment

public DumpIndexSegment()
Method Detail

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.