org.apache.cassandra.db
Class RecoveryManager

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

public class RecoveryManager
extends java.lang.Object


Constructor Summary
RecoveryManager()
           
 
Method Summary
static void doRecovery()
           
static java.io.File[] getListofCommitLogs()
           
static RecoveryManager instance()
           
 
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

instance

public static RecoveryManager instance()
                                throws java.io.IOException
Throws:
java.io.IOException

getListofCommitLogs

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

doRecovery

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


Copyright © 2009 The Apache Software Foundation