public class AccumuloHiveRow extends Object implements org.apache.hadoop.io.Writable
Modifier and Type | Class and Description |
---|---|
static class |
AccumuloHiveRow.ColumnTuple |
Constructor and Description |
---|
AccumuloHiveRow() |
AccumuloHiveRow(String rowId) |
Modifier and Type | Method and Description |
---|---|
void |
add(String cf,
String qual,
byte[] val) |
void |
add(org.apache.hadoop.io.Text cf,
org.apache.hadoop.io.Text qual,
byte[] val) |
void |
clear() |
boolean |
equals(Object o) |
String |
getRowId() |
List<AccumuloHiveRow.ColumnTuple> |
getTuples() |
byte[] |
getValue(org.apache.hadoop.io.Text fam,
org.apache.hadoop.io.Text qual) |
boolean |
hasFamAndQual(org.apache.hadoop.io.Text fam,
org.apache.hadoop.io.Text qual) |
void |
readFields(DataInput dataInput) |
void |
setRowId(String rowId) |
String |
toString() |
void |
write(DataOutput dataOutput) |
public AccumuloHiveRow()
public AccumuloHiveRow(String rowId)
public void setRowId(String rowId)
public List<AccumuloHiveRow.ColumnTuple> getTuples()
public boolean hasFamAndQual(org.apache.hadoop.io.Text fam, org.apache.hadoop.io.Text qual)
public byte[] getValue(org.apache.hadoop.io.Text fam, org.apache.hadoop.io.Text qual)
public String getRowId()
public void clear()
public void write(DataOutput dataOutput) throws IOException
write
in interface org.apache.hadoop.io.Writable
IOException
public void readFields(DataInput dataInput) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
IOException
public void add(org.apache.hadoop.io.Text cf, org.apache.hadoop.io.Text qual, byte[] val)
Copyright © 2017 The Apache Software Foundation. All rights reserved.