public class RocksDBRow extends MergeableGeoWaveRow implements GeoWaveRow
attributeValues| Constructor and Description |
|---|
RocksDBRow(short adapterId,
byte[] partition,
byte[] key,
byte[] value,
boolean containsTimestamp,
boolean visibilityEnabled) |
| Modifier and Type | Method and Description |
|---|---|
short |
getAdapterId() |
byte[] |
getDataId() |
byte[][] |
getKeys() |
int |
getNumberOfDuplicates() |
byte[] |
getPartitionKey() |
byte[] |
getSortKey() |
void |
mergeRow(MergeableGeoWaveRow row) |
getFieldValues, mergeRowInternal, shouldMergeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFieldValuesgetCompositeIdpublic RocksDBRow(short adapterId,
byte[] partition,
byte[] key,
byte[] value,
boolean containsTimestamp,
boolean visibilityEnabled)
public byte[] getDataId()
getDataId in interface GeoWaveKeypublic short getAdapterId()
getAdapterId in interface GeoWaveKeypublic byte[] getSortKey()
getSortKey in interface GeoWaveKeypublic byte[] getPartitionKey()
getPartitionKey in interface GeoWaveKeypublic int getNumberOfDuplicates()
getNumberOfDuplicates in interface GeoWaveKeypublic byte[][] getKeys()
public void mergeRow(MergeableGeoWaveRow row)
mergeRow in class MergeableGeoWaveRowCopyright © 2013–2022. All rights reserved.