This project has retired. For details please refer to its Attic page.
Uses of Class com.cloudera.sqoop.lib.RecordParser.ParseError (Sqoop 1.4.1-incubating API)

Uses of Class
com.cloudera.sqoop.lib.RecordParser.ParseError

Packages that use RecordParser.ParseError
org.apache.sqoop.lib   
 

Uses of RecordParser.ParseError in org.apache.sqoop.lib
 

Methods in org.apache.sqoop.lib that throw RecordParser.ParseError
abstract  void SqoopRecord.parse(byte[] s)
           
abstract  void SqoopRecord.parse(java.nio.ByteBuffer s)
           
abstract  void SqoopRecord.parse(char[] s)
           
abstract  void SqoopRecord.parse(java.nio.CharBuffer s)
           
abstract  void SqoopRecord.parse(java.lang.CharSequence s)
           
abstract  void SqoopRecord.parse(org.apache.hadoop.io.Text s)
           
 java.util.List<java.lang.String> RecordParser.parseRecord(byte[] input)
          Return a list of strings representing the fields of the input line.
 java.util.List<java.lang.String> RecordParser.parseRecord(java.nio.ByteBuffer input)
           
 java.util.List<java.lang.String> RecordParser.parseRecord(char[] input)
          Return a list of strings representing the fields of the input line.
 java.util.List<java.lang.String> RecordParser.parseRecord(java.nio.CharBuffer input)
          Return a list of strings representing the fields of the input line.
 java.util.List<java.lang.String> RecordParser.parseRecord(java.lang.CharSequence input)
          Return a list of strings representing the fields of the input line.
 java.util.List<java.lang.String> RecordParser.parseRecord(org.apache.hadoop.io.Text input)
          Return a list of strings representing the fields of the input line.
 



Copyright © 2012 The Apache Software Foundation