org.apache.hadoop.hbase.monitoring
Class LogMonitoring
java.lang.Object
org.apache.hadoop.hbase.monitoring.LogMonitoring
@InterfaceAudience.Private
public abstract class LogMonitoring
- extends Object
Utility functions for reading the log4j logs that are
being written by HBase.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogMonitoring
public LogMonitoring()
getActiveLogFiles
public static Set<File> getActiveLogFiles()
throws IOException
- Throws:
IOException
dumpTailOfLogs
public static void dumpTailOfLogs(PrintWriter out,
long tailKb)
throws IOException
- Throws:
IOException
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.