Class ImportTsv.TsvParser.ParsedLine
java.lang.Object
org.apache.hadoop.hbase.mapreduce.ImportTsv.TsvParser.ParsedLine
- Enclosing class:
- ImportTsv.TsvParser
-
Field Summary
Modifier and TypeFieldDescriptionprivate byte[]
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
private String
long
int
int
int
int
int
int
getColumnLength
(int idx) int
getColumnOffset
(int idx) String[]
byte[]
int
int
long
getTimestamp
(long ts)
-
Field Details
-
tabOffsets
-
lineBytes
-
-
Constructor Details
-
ParsedLine
ParsedLine(ArrayList<Integer> tabOffsets, byte[] lineBytes)
-
-
Method Details
-
getRowKeyOffset
-
getRowKeyLength
-
getTimestamp
-
getAttributes
-
getIndividualAttributes
-
getAttributeKeyOffset
-
getAttributeKeyLength
-
getCellVisibilityColumnOffset
-
getCellVisibilityColumnLength
-
getCellVisibility
-
getCellTTLColumnOffset
-
getCellTTLColumnLength
-
getCellTTL
-
getColumnOffset
-
getColumnLength
-
getColumnCount
-
getLineBytes
-