org.apache.cassandra.db
Class RecoveryManager
java.lang.Object
org.apache.cassandra.db.RecoveryManager
public class RecoveryManager
- extends java.lang.Object
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RecoveryManager
public RecoveryManager()
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