com.github.ltsopensource.jobtracker.processor
Class JobPullProcessor

java.lang.Object
  extended by com.github.ltsopensource.jobtracker.processor.AbstractRemotingProcessor
      extended by com.github.ltsopensource.jobtracker.processor.JobPullProcessor
All Implemented Interfaces:
com.github.ltsopensource.remoting.RemotingProcessor

public class JobPullProcessor
extends AbstractRemotingProcessor

Author:
Robert HG (254963746@qq.com) on 7/24/14. 处理 TaskTracker的 Job pull 请求

Constructor Summary
JobPullProcessor(JobTrackerAppContext appContext)
           
 
Method Summary
 com.github.ltsopensource.remoting.protocol.RemotingCommand processRequest(com.github.ltsopensource.remoting.Channel ctx, com.github.ltsopensource.remoting.protocol.RemotingCommand request)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobPullProcessor

public JobPullProcessor(JobTrackerAppContext appContext)
Method Detail

processRequest

public com.github.ltsopensource.remoting.protocol.RemotingCommand processRequest(com.github.ltsopensource.remoting.Channel ctx,
                                                                                 com.github.ltsopensource.remoting.protocol.RemotingCommand request)
                                                                          throws com.github.ltsopensource.remoting.exception.RemotingCommandException
Throws:
com.github.ltsopensource.remoting.exception.RemotingCommandException


Copyright © 2017. All rights reserved.