org.apache.hadoop.chukwa.datacollection.collector.servlet
Class ServletDiagnostics

java.lang.Object
  extended by org.apache.hadoop.chukwa.datacollection.collector.servlet.ServletDiagnostics

public class ServletDiagnostics
extends Object

One per post


Constructor Summary
ServletDiagnostics()
           
 
Method Summary
 void doneWithPost()
           
static void printPage(PrintStream out)
           
 void sawChunk(ChunkImpl c, int pos)
           
 void sawPost(String source, int chunks, long receivedTs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletDiagnostics

public ServletDiagnostics()
Method Detail

sawPost

public void sawPost(String source,
                    int chunks,
                    long receivedTs)

sawChunk

public void sawChunk(ChunkImpl c,
                     int pos)

printPage

public static void printPage(PrintStream out)

doneWithPost

public void doneWithPost()


Copyright © ${year} The Apache Software Foundation