public class SparseIntRowFactory extends java.lang.Object implements RowFactory
| Constructor and Description |
|---|
SparseIntRowFactory() |
| 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 Row createRow()
createRow in interface RowFactorypublic Row deserializeRow(java.nio.ByteBuffer data)
deserializeRow in interface RowFactorydata - buffer containing serialized data for a row.