public class Rowboat extends Object implements Comparable<Rowboat>
| Constructor and Description |
|---|
Rowboat(long timestamp,
Object[] dims,
Object[] metrics,
int rowNum,
DimensionHandler[] handlers) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRow(int indexNum,
int rowNum) |
int |
compareTo(Rowboat rhs) |
Map<Integer,TreeSet<Integer>> |
getComprisedRows() |
Object[] |
getDims() |
DimensionHandler[] |
getHandlers() |
Object[] |
getMetrics() |
int |
getRowNum() |
long |
getTimestamp() |
String |
toString() |
public Rowboat(long timestamp,
Object[] dims,
Object[] metrics,
int rowNum,
DimensionHandler[] handlers)
public long getTimestamp()
public Object[] getDims()
public Object[] getMetrics()
public void addRow(int indexNum,
int rowNum)
public DimensionHandler[] getHandlers()
public int getRowNum()
public int compareTo(Rowboat rhs)
compareTo in interface Comparable<Rowboat>Copyright © 2011–2017. All rights reserved.