|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cloudera.sqoop.manager.ManagerFactory
public abstract class ManagerFactory
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 |
---|
public ManagerFactory()
Method Detail |
---|
public abstract ConnManager accept(SqoopOptions options)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |