|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RecordParser.ParseError in com.cloudera.sqoop.lib |
---|
Methods in com.cloudera.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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |