public class GeoWaveRedisPersistedRow extends Object
| Constructor and Description |
|---|
GeoWaveRedisPersistedRow(short numDuplicates,
byte[] dataId,
byte[] sortKey,
org.locationtech.geowave.core.store.entities.GeoWaveValue value) |
GeoWaveRedisPersistedRow(short numDuplicates,
byte[] dataId,
byte[] sortKey,
org.locationtech.geowave.core.store.entities.GeoWaveValue value,
Short duplicateId) |
GeoWaveRedisPersistedRow(short numDuplicates,
byte[] dataId,
org.locationtech.geowave.core.store.entities.GeoWaveValue value,
Short duplicateId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
byte[] |
getDataId() |
Short |
getDuplicateId() |
byte[] |
getFieldMask() |
org.locationtech.geowave.core.store.entities.GeoWaveValue |
getGeoWaveValue() |
short |
getNumDuplicates() |
byte[] |
getPartitionKey() |
byte[] |
getSortKeyPrecisionBeyondScore() |
byte[] |
getValue() |
byte[] |
getVisibility() |
int |
hashCode() |
void |
setPartitionKey(byte[] partitionKey) |
void |
setSortKeyPrecisionBeyondScore(byte[] sortKeyPrecisionBeyondScore) |
public GeoWaveRedisPersistedRow(short numDuplicates,
byte[] dataId,
byte[] sortKey,
org.locationtech.geowave.core.store.entities.GeoWaveValue value)
public GeoWaveRedisPersistedRow(short numDuplicates,
byte[] dataId,
org.locationtech.geowave.core.store.entities.GeoWaveValue value,
Short duplicateId)
public GeoWaveRedisPersistedRow(short numDuplicates,
byte[] dataId,
byte[] sortKey,
org.locationtech.geowave.core.store.entities.GeoWaveValue value,
Short duplicateId)
public void setSortKeyPrecisionBeyondScore(byte[] sortKeyPrecisionBeyondScore)
public byte[] getSortKeyPrecisionBeyondScore()
public byte[] getPartitionKey()
public void setPartitionKey(byte[] partitionKey)
public short getNumDuplicates()
public byte[] getDataId()
public byte[] getFieldMask()
public byte[] getVisibility()
public byte[] getValue()
public org.locationtech.geowave.core.store.entities.GeoWaveValue getGeoWaveValue()
public Short getDuplicateId()
Copyright © 2013–2020. All rights reserved.