Re: DataTransferProtocol Implementations

2011-10-25 Thread Bharath Ravi
Thanks a lot for clarifying, Tsz-Wo! On 25 October 2011 19:15, Tsz Wo Sze wrote: > Hi Bharath, > > Sender, which is to send request, is used by DFSClient for submitting to > datanodes and by datanodes in write pipelines. Correspondingly, Receiveris > to receive request. DataXceiver, which exte

Re: DataTransferProtocol Implementations

2011-10-25 Thread Tsz Wo Sze
Hi Bharath, Sender, which is to send request, is used by DFSClient for submitting to datanodes and by datanodes in write pipelines.  Correspondingly, Receiveris to receive request.  DataXceiver, which extends Receiver, is the class for receiving requesting in Datanode. Tsz-Wo __