Interface BPServiceActorAction
- All Known Implementing Classes:
ErrorReportAction,ReportBadBlockAction
public interface BPServiceActorAction
Base class for BPServiceActor class
Issued by BPOfferSerivce class to tell BPServiceActor
to take several actions.
-
Method Summary
Modifier and TypeMethodDescriptionvoidreportTo(DatanodeProtocolClientSideTranslatorPB bpNamenode, DatanodeRegistration bpRegistration)
-
Method Details
-
reportTo
void reportTo(DatanodeProtocolClientSideTranslatorPB bpNamenode, DatanodeRegistration bpRegistration) throws BPServiceActorActionException - Throws:
BPServiceActorActionException
-