public class KuduRow extends MergeableGeoWaveRow implements PersistentKuduRow
| Modifier and Type | Class and Description |
|---|---|
static class |
KuduRow.KuduField |
attributeValues| Constructor and Description |
|---|
KuduRow(GeoWaveRow row,
GeoWaveValue value) |
KuduRow(org.apache.kudu.client.RowResult row) |
| Modifier and Type | Method and Description |
|---|---|
short |
getAdapterId() |
byte[] |
getDataId() |
int |
getNumberOfDuplicates() |
byte[] |
getPartitionKey() |
byte[] |
getSortKey() |
void |
populatePartialRow(org.apache.kudu.client.PartialRow partialRow)
Populate the given
PartialRow with all fields from this row |
void |
populatePartialRowPrimaryKey(org.apache.kudu.client.PartialRow partialRow)
Populate the given
PartialRow with fields from this row comprising the primary key |
getFieldValues, mergeRow, mergeRowInternal, shouldMergeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCompositeIdpublic KuduRow(org.apache.kudu.client.RowResult row)
public KuduRow(GeoWaveRow row, GeoWaveValue value)
public byte[] getDataId()
getDataId in interface GeoWaveKeypublic byte[] getSortKey()
getSortKey in interface GeoWaveKeypublic byte[] getPartitionKey()
getPartitionKey in interface GeoWaveKeypublic int getNumberOfDuplicates()
getNumberOfDuplicates in interface GeoWaveKeypublic short getAdapterId()
getAdapterId in interface GeoWaveKeypublic void populatePartialRow(org.apache.kudu.client.PartialRow partialRow)
PersistentKuduRowPartialRow with all fields from this rowpopulatePartialRow in interface PersistentKuduRowpublic void populatePartialRowPrimaryKey(org.apache.kudu.client.PartialRow partialRow)
PersistentKuduRowPartialRow with fields from this row comprising the primary keypopulatePartialRowPrimaryKey in interface PersistentKuduRowCopyright © 2013–2022. All rights reserved.