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, shouldMerge
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCompositeId
public KuduRow(org.apache.kudu.client.RowResult row)
public KuduRow(GeoWaveRow row, GeoWaveValue value)
public byte[] getDataId()
getDataId
in interface GeoWaveKey
public byte[] getSortKey()
getSortKey
in interface GeoWaveKey
public byte[] getPartitionKey()
getPartitionKey
in interface GeoWaveKey
public int getNumberOfDuplicates()
getNumberOfDuplicates
in interface GeoWaveKey
public short getAdapterId()
getAdapterId
in interface GeoWaveKey
public void populatePartialRow(org.apache.kudu.client.PartialRow partialRow)
PersistentKuduRow
PartialRow
with all fields from this rowpopulatePartialRow
in interface PersistentKuduRow
public void populatePartialRowPrimaryKey(org.apache.kudu.client.PartialRow partialRow)
PersistentKuduRow
PartialRow
with fields from this row comprising the primary keypopulatePartialRowPrimaryKey
in interface PersistentKuduRow
Copyright © 2013–2022. All rights reserved.