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, shouldMerge
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFieldValues
getCompositeId
public RocksDBRow(short adapterId, byte[] partition, byte[] key, byte[] value, boolean containsTimestamp, boolean visibilityEnabled)
public byte[] getDataId()
getDataId
in interface GeoWaveKey
public short getAdapterId()
getAdapterId
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 byte[][] getKeys()
public void mergeRow(MergeableGeoWaveRow row)
mergeRow
in class MergeableGeoWaveRow
Copyright © 2013–2022. All rights reserved.