voldemort.tools
Class ImportTextDumpToBDB

java.lang.Object
  extended by voldemort.tools.ImportTextDumpToBDB

public class ImportTextDumpToBDB
extends java.lang.Object


Constructor Summary
ImportTextDumpToBDB()
           
 
Method Summary
static joptsimple.OptionParser getParser()
           
static Pair<ByteArray,Versioned<byte[]>> lineToEntry(java.lang.String line)
           
static void main(java.lang.String[] argv)
           
static void validateOptions(joptsimple.OptionSet options)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportTextDumpToBDB

public ImportTextDumpToBDB()
Method Detail

getParser

public static joptsimple.OptionParser getParser()

validateOptions

public static void validateOptions(joptsimple.OptionSet options)
                            throws java.io.IOException
Throws:
java.io.IOException

main

public static void main(java.lang.String[] argv)
                 throws java.lang.Exception
Throws:
java.lang.Exception

lineToEntry

public static Pair<ByteArray,Versioned<byte[]>> lineToEntry(java.lang.String line)
                                                     throws org.apache.commons.codec.DecoderException
Throws:
org.apache.commons.codec.DecoderException


Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu