public class GeoWaveRedisRow
extends org.locationtech.geowave.core.store.entities.MergeableGeoWaveRow
implements org.locationtech.geowave.core.store.entities.GeoWaveRow
| 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(org.locationtech.geowave.core.store.entities.MergeableGeoWaveRow row) |
getFieldValues, mergeRowInternal, shouldMergeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic GeoWaveRedisRow(GeoWaveRedisPersistedRow persistedRow, short adapterId, byte[] partitionKey, byte[] sortKey)
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 void mergeRow(org.locationtech.geowave.core.store.entities.MergeableGeoWaveRow row)
mergeRow in class org.locationtech.geowave.core.store.entities.MergeableGeoWaveRowpublic GeoWaveRedisPersistedRow[] getPersistedRows()
Copyright © 2013–2020. All rights reserved.