org.apache.solr.core
Class Diagnostics

java.lang.Object
  extended by org.apache.solr.core.Diagnostics

public class Diagnostics
extends Object


Nested Class Summary
static interface Diagnostics.Callable
           
 
Field Summary
protected static org.slf4j.Logger log
           
 
Constructor Summary
Diagnostics()
           
 
Method Summary
static void call(Diagnostics.Callable callable, Object... data)
           
static void logThreadDumps(String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.slf4j.Logger log
Constructor Detail

Diagnostics

public Diagnostics()
Method Detail

call

public static void call(Diagnostics.Callable callable,
                        Object... data)

logThreadDumps

public static void logThreadDumps(String message)


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.