Uses of Class
com.cloudera.sqoop.SqoopOptions.FileLayout

Packages that use SqoopOptions.FileLayout
com.cloudera.sqoop   
 

Uses of SqoopOptions.FileLayout in com.cloudera.sqoop
 

Methods in com.cloudera.sqoop that return SqoopOptions.FileLayout
 SqoopOptions.FileLayout SqoopOptions.getFileLayout()
           
static SqoopOptions.FileLayout SqoopOptions.FileLayout.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SqoopOptions.FileLayout[] SqoopOptions.FileLayout.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.cloudera.sqoop with parameters of type SqoopOptions.FileLayout
 void SqoopOptions.setFileLayout(SqoopOptions.FileLayout fileLayout)
           
 



Copyright © 2010 Cloudera, Inc.