public class Mutations extends Object
Row mutation collection with the qualifiers (as String)
mapped to meta data properties used to create the qualifiers, used to quickly
map results from update operations (e.g. an HBase Increment) back from the
qualifiers given in the client result, in order to populate the returned
results back to the originating data object properties.| Constructor and Description |
|---|
Mutations(List<org.apache.hadoop.hbase.client.Row> rows,
Qualifiers qualifierMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(byte[] family,
byte[] qualifier,
org.plasma.sdo.PlasmaDataObject dataObject,
org.plasma.sdo.PlasmaProperty property) |
Pair<org.plasma.sdo.PlasmaDataObject,org.plasma.sdo.PlasmaProperty> |
get(byte[] family,
byte[] qualifier) |
Qualifiers |
getQualifierMap() |
List<org.apache.hadoop.hbase.client.Row> |
getRows() |
public Mutations(List<org.apache.hadoop.hbase.client.Row> rows, Qualifiers qualifierMap)
public List<org.apache.hadoop.hbase.client.Row> getRows()
public Qualifiers getQualifierMap()
public void add(byte[] family,
byte[] qualifier,
org.plasma.sdo.PlasmaDataObject dataObject,
org.plasma.sdo.PlasmaProperty property)
public Pair<org.plasma.sdo.PlasmaDataObject,org.plasma.sdo.PlasmaProperty> get(byte[] family, byte[] qualifier)
Copyright © 2021. All Rights Reserved.