class ImportTsv.TsvParser.ParsedLine extends Object
Modifier and Type | Field and Description |
---|---|
private byte[] |
lineBytes |
private ArrayList<Integer> |
tabOffsets |
Constructor and Description |
---|
ParsedLine(ArrayList<Integer> tabOffsets,
byte[] lineBytes) |
Modifier and Type | Method and Description |
---|---|
int |
getAttributeKeyLength() |
int |
getAttributeKeyOffset() |
private String |
getAttributes() |
long |
getCellTTL() |
int |
getCellTTLColumnLength() |
int |
getCellTTLColumnOffset() |
String |
getCellVisibility() |
int |
getCellVisibilityColumnLength() |
int |
getCellVisibilityColumnOffset() |
int |
getColumnCount() |
int |
getColumnLength(int idx) |
int |
getColumnOffset(int idx) |
String[] |
getIndividualAttributes() |
byte[] |
getLineBytes() |
int |
getRowKeyLength() |
int |
getRowKeyOffset() |
long |
getTimestamp(long ts) |
private final ArrayList<Integer> tabOffsets
private byte[] lineBytes
ParsedLine(ArrayList<Integer> tabOffsets, byte[] lineBytes)
public int getRowKeyOffset()
public int getRowKeyLength()
public long getTimestamp(long ts) throws ImportTsv.TsvParser.BadTsvLineException
private String getAttributes()
public String[] getIndividualAttributes()
public int getAttributeKeyOffset()
public int getAttributeKeyLength()
public int getCellVisibilityColumnOffset()
public int getCellVisibilityColumnLength()
public String getCellVisibility()
public int getCellTTLColumnOffset()
public int getCellTTLColumnLength()
public long getCellTTL()
public int getColumnOffset(int idx)
public int getColumnLength(int idx)
public int getColumnCount()
public byte[] getLineBytes()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.