TF - the generic typepublic class DataRow<TF> extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
columnFamilyName
name of the family.
|
private List<TF> |
columns
list of thrift columns from the row.
|
private String |
id
Id of the row.
|
| Constructor and Description |
|---|
DataRow()
default constructor.
|
DataRow(String id,
String columnFamilyName,
List<TF> columns)
The Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addColumn(TF column)
Adds the column.;
|
String |
getColumnFamilyName()
Gets the column family name.
|
List<TF> |
getColumns()
Gets the columns.
|
String |
getId()
Gets the id.
|
private String id
private String columnFamilyName
Copyright © 2015. All Rights Reserved.