voldemort.store.bdb.dataconversion
Class BdbConvertData

java.lang.Object
  extended by voldemort.store.bdb.dataconversion.BdbConvertData

public class BdbConvertData
extends java.lang.Object

Conversion Utility to convert to-fro between 0.96 format and release 1.x+ BDB data formats


Constructor Summary
BdbConvertData()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BdbConvertData

public BdbConvertData()
Method Detail

main

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


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