org.apache.cassandra.db
Class RecoveryManager

java.lang.Object
  extended by org.apache.cassandra.db.RecoveryManager

public class RecoveryManager
extends java.lang.Object

Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )


Constructor Summary
RecoveryManager()
           
 
Method Summary
 void doRecovery()
           
static java.io.File[] getListofCommitLogs()
           
static java.util.Map<java.lang.String,java.util.List<java.io.File>> getListOFCommitLogsPerTable()
           
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

RecoveryManager

public RecoveryManager()
Method Detail

getListofCommitLogs

public static java.io.File[] getListofCommitLogs()

getListOFCommitLogsPerTable

public static java.util.Map<java.lang.String,java.util.List<java.io.File>> getListOFCommitLogsPerTable()

doRecovery

public void doRecovery()
                throws java.io.IOException
Throws:
java.io.IOException

main

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


Copyright © 2009 The Apache Software Foundation