org.apache.accumulo.server.util
Class FileSystemMonitor

java.lang.Object
  extended by org.apache.accumulo.server.util.FileSystemMonitor

public class FileSystemMonitor
extends Object


Constructor Summary
FileSystemMonitor(String procFile, long period)
           
 
Method Summary
protected  void checkMounts(String procFile)
           
protected  void logAsync(org.apache.log4j.Level level, String msg, Exception e)
           
static void start(AccumuloConfiguration conf, Property prop)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSystemMonitor

public FileSystemMonitor(String procFile,
                         long period)
                  throws IOException
Throws:
IOException
Method Detail

logAsync

protected void logAsync(org.apache.log4j.Level level,
                        String msg,
                        Exception e)

checkMounts

protected void checkMounts(String procFile)
                    throws Exception
Throws:
Exception

start

public static void start(AccumuloConfiguration conf,
                         Property prop)


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.