Package | Description |
---|---|
org.apache.sqoop.lib |
Modifier and Type | Method and Description |
---|---|
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 © 2015 The Apache Software Foundation