public class GeoWaveRedisRow extends MergeableGeoWaveRow implements GeoWaveRow
attributeValues
Constructor and Description |
---|
GeoWaveRedisRow(GeoWaveRedisPersistedRow persistedRow,
short adapterId,
byte[] partitionKey,
byte[] sortKey) |
Modifier and Type | Method and Description |
---|---|
short |
getAdapterId() |
byte[] |
getDataId() |
int |
getNumberOfDuplicates() |
byte[] |
getPartitionKey() |
GeoWaveRedisPersistedRow[] |
getPersistedRows() |
byte[] |
getSortKey() |
void |
mergeRow(MergeableGeoWaveRow row) |
getFieldValues, mergeRowInternal, shouldMerge
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFieldValues
getCompositeId
public GeoWaveRedisRow(GeoWaveRedisPersistedRow persistedRow, short adapterId, byte[] partitionKey, byte[] sortKey)
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 void mergeRow(MergeableGeoWaveRow row)
mergeRow
in class MergeableGeoWaveRow
public GeoWaveRedisPersistedRow[] getPersistedRows()
Copyright © 2013–2022. All rights reserved.