|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||