Class ErrorReportAction
java.lang.Object
org.apache.hadoop.hdfs.server.datanode.ErrorReportAction
- All Implemented Interfaces:
BPServiceActorAction
A ErrorReportAction is an instruction issued by BPOfferService to
BPServiceActor about a particular block encapsulated in errorMessage.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidreportTo(DatanodeProtocolClientSideTranslatorPB bpNamenode, DatanodeRegistration bpRegistration) toString()
-
Constructor Details
-
ErrorReportAction
-
-
Method Details
-
reportTo
public void reportTo(DatanodeProtocolClientSideTranslatorPB bpNamenode, DatanodeRegistration bpRegistration) throws BPServiceActorActionException - Specified by:
reportToin interfaceBPServiceActorAction- Throws:
BPServiceActorActionException
-
hashCode
public int hashCode() -
equals
-
toString
-