public class DenseIntRowUpdateFactory extends java.lang.Object implements RowUpdateFactory
| Constructor and Description |
|---|
DenseIntRowUpdateFactory(int capacity)
Construct a row factory that produces dense int row updates with a
certain capacity.
|
| Modifier and Type | Method and Description |
|---|---|
RowUpdate |
createRowUpdate()
Create and return a new row update.
|
RowUpdate |
deserializeRowUpdate(java.nio.ByteBuffer data)
Create a new row update from serialized data.
|
public DenseIntRowUpdateFactory(int capacity)
capacity - capacity of row updates to produce.public RowUpdate createRowUpdate()
createRowUpdate in interface RowUpdateFactorypublic RowUpdate deserializeRowUpdate(java.nio.ByteBuffer data)
deserializeRowUpdate in interface RowUpdateFactorydata - buffer containing serialized data for a row update.