Package org.apache.sqoop.handler

Examples of org.apache.sqoop.handler.JobRequestHandler


public class JobServlet extends SqoopProtocolServlet {

  private RequestHandler requestHandler;

  public JobServlet() {
    requestHandler = new JobRequestHandler();
  }
View Full Code Here

TOP

Related Classes of org.apache.sqoop.handler.JobRequestHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.