Uses of Class
com.cloudera.sqoop.cli.RelatedOptions

Packages that use RelatedOptions
com.cloudera.sqoop.cli   
com.cloudera.sqoop.tool   
 

Uses of RelatedOptions in com.cloudera.sqoop.cli
 

Methods in com.cloudera.sqoop.cli that return types with arguments of type RelatedOptions
 java.util.Iterator<RelatedOptions> ToolOptions.iterator()
          Provide an iterator over all sets of RelatedOptions.
 

Methods in com.cloudera.sqoop.cli with parameters of type RelatedOptions
 void ToolOptions.addOptions(RelatedOptions opts)
          Add a block of related options to the options for this tool.
 void ToolOptions.addUniqueOptions(RelatedOptions opts)
          Add a block of related options to the options for this tool, if a block has not already been added with the same title.
 

Uses of RelatedOptions in com.cloudera.sqoop.tool
 

Methods in com.cloudera.sqoop.tool that return RelatedOptions
protected  RelatedOptions BaseSqoopTool.getCodeGenOpts(boolean multiTable)
           
protected  RelatedOptions BaseSqoopTool.getCommonOptions()
           
protected  RelatedOptions ExportTool.getExportOptions()
          Construct the set of options that control exports.
protected  RelatedOptions BaseSqoopTool.getHiveOptions(boolean explicitHiveImport)
           
protected  RelatedOptions ImportTool.getImportOptions()
          Construct the set of options that control imports, either of one table or a batch of tables.
protected  RelatedOptions BaseSqoopTool.getInputFormatOptions()
           
protected  RelatedOptions BaseSqoopTool.getOutputFormatOptions()
           
 



Copyright © 2010 Cloudera, Inc.