org.apache.hadoop.hbase.regionserver
Class DebugPrint

java.lang.Object
  extended by org.apache.hadoop.hbase.regionserver.DebugPrint

public class DebugPrint
extends Object


Field Summary
static StringBuilder out
           
 
Constructor Summary
DebugPrint()
           
 
Method Summary
static void disable()
           
static void dumpToFile(String file)
           
static void enable()
           
static void println(String m)
           
static void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

out

public static StringBuilder out
Constructor Detail

DebugPrint

public DebugPrint()
Method Detail

enable

public static void enable()

disable

public static void disable()

reset

public static void reset()

dumpToFile

public static void dumpToFile(String file)
                       throws IOException
Throws:
IOException

println

public static void println(String m)


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.