com.cloudera.sqoop.manager
Class DefaultManagerFactory

java.lang.Object
  extended by com.cloudera.sqoop.manager.ManagerFactory
      extended by com.cloudera.sqoop.manager.DefaultManagerFactory

public final class DefaultManagerFactory
extends ManagerFactory

Contains instantiation code for all ConnManager implementations shipped and enabled by default in Sqoop.


Field Summary
static org.apache.commons.logging.Log LOG
           
 
Constructor Summary
DefaultManagerFactory()
           
 
Method Summary
 ConnManager accept(SqoopOptions options)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

public static final org.apache.commons.logging.Log LOG
Constructor Detail

DefaultManagerFactory

public DefaultManagerFactory()
Method Detail

accept

public ConnManager accept(SqoopOptions options)
Specified by:
accept in class ManagerFactory


Copyright © 2010 Cloudera, Inc.