com.cloudera.sqoop.manager
Class ManagerFactory

java.lang.Object
  extended by com.cloudera.sqoop.manager.ManagerFactory
Direct Known Subclasses:
DefaultManagerFactory

public abstract class ManagerFactory
extends java.lang.Object

Interface for factory classes for ConnManager implementations. ManagerFactories are instantiated by o.a.h.s.ConnFactory and stored in an ordered list. The ConnFactory.getManager() implementation calls the accept() method of each ManagerFactory, in order until one such call returns a non-null ConnManager instance.


Constructor Summary
ManagerFactory()
           
 
Method Summary
abstract  ConnManager accept(SqoopOptions options)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagerFactory

public ManagerFactory()
Method Detail

accept

public abstract ConnManager accept(SqoopOptions options)


Copyright © 2010 Cloudera, Inc.