public interface RecordInformationExtractor
String
) from a record (key-value pair)
in a SequenceFile.Modifier and Type | Method and Description |
---|---|
<K,V> String |
extract(K key,
V value,
long offset,
org.apache.hadoop.fs.Path seqFile) |
<K,V> String extract(K key, V value, long offset, org.apache.hadoop.fs.Path seqFile)
K
- The key typeV
- The value typekey
- the keyvalue
- the valueoffset
- the offset in the fileseqFile
- the path to the SequenceFile