public class DenseLongRowFactory extends java.lang.Object implements RowFactory
| Constructor and Description |
|---|
DenseLongRowFactory(int capacity)
Construct a row factory that produces dense long rows with a certain
capacity.
|
| Modifier and Type | Method and Description |
|---|---|
Row |
createRow()
Create and return a new row.
|
Row |
deserializeRow(java.nio.ByteBuffer data)
Create a new row from serialized data.
|
public DenseLongRowFactory(int capacity)
capacity - capacity of rows to produce.public Row createRow()
createRow in interface RowFactorypublic Row deserializeRow(java.nio.ByteBuffer data)
deserializeRow in interface RowFactorydata - buffer containing serialized data for a row.