public class ShuffleExceptionTracker extends Object
限定符和类型 | 字段和说明 |
---|---|
static org.apache.commons.logging.Log |
LOG |
限定符和类型 | 方法和说明 |
---|---|
boolean |
checkException(IOException ie)
Parse the exception to see if it matches the regular expression you
configured.
|
protected void |
doAbort() |
void |
exception()
Mark the request as an exception occurred.
|
int |
getNumRequests()
Gets the number of requests we are tracking
|
float |
getPercentExceptions()
Gets the percent of the requests that had exceptions occur.
|
void |
success()
Mark the request as success.
|
public int getNumRequests()
public float getPercentExceptions()
public void success()
public void exception()
public boolean checkException(IOException ie)
ie
- - the shuffle exception that occurredprotected void doAbort()
Copyright © 2009 The Apache Software Foundation