public class RocksDBRow
extends org.locationtech.geowave.core.store.entities.MergeableGeoWaveRow
implements org.locationtech.geowave.core.store.entities.GeoWaveRow
| 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(org.locationtech.geowave.core.store.entities.MergeableGeoWaveRow row) |
getFieldValues, mergeRowInternal, shouldMergeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic RocksDBRow(short adapterId,
byte[] partition,
byte[] key,
byte[] value,
boolean containsTimestamp,
boolean visibilityEnabled)
public byte[] getDataId()
getDataId in interface org.locationtech.geowave.core.store.entities.GeoWaveKeypublic short getAdapterId()
getAdapterId in interface org.locationtech.geowave.core.store.entities.GeoWaveKeypublic byte[] getSortKey()
getSortKey in interface org.locationtech.geowave.core.store.entities.GeoWaveKeypublic byte[] getPartitionKey()
getPartitionKey in interface org.locationtech.geowave.core.store.entities.GeoWaveKeypublic int getNumberOfDuplicates()
getNumberOfDuplicates in interface org.locationtech.geowave.core.store.entities.GeoWaveKeypublic byte[][] getKeys()
public void mergeRow(org.locationtech.geowave.core.store.entities.MergeableGeoWaveRow row)
mergeRow in class org.locationtech.geowave.core.store.entities.MergeableGeoWaveRowCopyright © 2013–2020. All rights reserved.