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, shouldMergeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFieldValuesgetCompositeIdpublic GeoWaveRedisRow(GeoWaveRedisPersistedRow persistedRow, short adapterId, byte[] partitionKey, byte[] sortKey)
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 void mergeRow(MergeableGeoWaveRow row)
mergeRow in class MergeableGeoWaveRowpublic GeoWaveRedisPersistedRow[] getPersistedRows()
Copyright © 2013–2022. All rights reserved.