|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.mapred.ClusterStatus.BlackListInfo
public static class ClusterStatus.BlackListInfo
Class which encapsulates information about a blacklisted tasktracker. The information includes the tasktracker's name and reasons for getting blacklisted. The toString method of the class will print the information in a whitespace separated fashion to enable parsing.
| Method Summary | |
|---|---|
String |
getBlackListReport()
Gets a descriptive report about why the tasktracker was blacklisted. |
String |
getReasonForBlackListing()
Gets the reason for which the tasktracker was blacklisted. |
String |
getTrackerName()
Gets the blacklisted tasktracker's name. |
void |
readFields(DataInput in)
|
String |
toString()
|
void |
write(DataOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getTrackerName()
public String getReasonForBlackListing()
public String getBlackListReport()
public void readFields(DataInput in)
throws IOException
readFields in interface org.apache.hadoop.io.WritableIOException
public void write(DataOutput out)
throws IOException
write in interface org.apache.hadoop.io.WritableIOExceptionpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||