public class GeoWaveRedisPersistedTimestampRow extends GeoWaveRedisPersistedRow
| Constructor and Description |
|---|
GeoWaveRedisPersistedTimestampRow(short numDuplicates,
byte[] dataId,
org.locationtech.geowave.core.store.entities.GeoWaveValue value,
Instant time) |
GeoWaveRedisPersistedTimestampRow(short numDuplicates,
byte[] dataId,
org.locationtech.geowave.core.store.entities.GeoWaveValue value,
Instant time,
Short duplicateId) |
GeoWaveRedisPersistedTimestampRow(short numDuplicates,
byte[] dataId,
org.locationtech.geowave.core.store.entities.GeoWaveValue value,
long secondsSinceEpic,
int nanoOfSecond,
Short duplicateId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getNanoOfSecond() |
long |
getSecondsSinceEpic() |
int |
hashCode() |
getDataId, getDuplicateId, getFieldMask, getGeoWaveValue, getNumDuplicates, getPartitionKey, getValue, getVisibility, setPartitionKeypublic GeoWaveRedisPersistedTimestampRow(short numDuplicates,
byte[] dataId,
org.locationtech.geowave.core.store.entities.GeoWaveValue value,
Instant time)
public GeoWaveRedisPersistedTimestampRow(short numDuplicates,
byte[] dataId,
org.locationtech.geowave.core.store.entities.GeoWaveValue value,
Instant time,
Short duplicateId)
public GeoWaveRedisPersistedTimestampRow(short numDuplicates,
byte[] dataId,
org.locationtech.geowave.core.store.entities.GeoWaveValue value,
long secondsSinceEpic,
int nanoOfSecond,
Short duplicateId)
public long getSecondsSinceEpic()
public int getNanoOfSecond()
public int hashCode()
hashCode in class GeoWaveRedisPersistedRowpublic boolean equals(Object obj)
equals in class GeoWaveRedisPersistedRowCopyright © 2013–2020. All rights reserved.