public class DenseIntRowFactory extends java.lang.Object implements RowFactory
| Constructor and Description |
|---|
DenseIntRowFactory(int capacity)
Construct a row factory that produces dense int 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 DenseIntRowFactory(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.