| Package | Description |
|---|---|
| org.locationtech.geowave.datastore.redis.util |
| Modifier and Type | Class and Description |
|---|---|
class |
GeoWaveRedisPersistedTimestampRow |
| Modifier and Type | Method and Description |
|---|---|
GeoWaveRedisPersistedRow[] |
GeoWaveRedisRow.getPersistedRows() |
| Modifier and Type | Method and Description |
|---|---|
static RedisScoredSetWrapper<GeoWaveRedisPersistedRow> |
RedisUtils.getRowSet(org.redisson.api.RedissonClient client,
RedisOptions.Compression compression,
String setName,
boolean requiresTimestamp,
boolean visibilityEnabled) |
static RedisScoredSetWrapper<GeoWaveRedisPersistedRow> |
RedisUtils.getRowSet(org.redisson.api.RedissonClient client,
RedisOptions.Compression compression,
String setNamePrefix,
byte[] partitionKey,
boolean requiresTimestamp,
boolean visibilityEnabled) |
static RedisScoredSetWrapper<GeoWaveRedisPersistedRow> |
RedisUtils.getRowSet(org.redisson.api.RedissonClient client,
RedisOptions.Compression compression,
String namespace,
String typeName,
String indexName,
byte[] partitionKey,
boolean requiresTimestamp,
boolean visibilityEnabled) |
static Iterator<org.redisson.client.protocol.ScoredEntry<GeoWaveRedisPersistedRow>> |
RedisUtils.groupByRow(Iterator<org.redisson.client.protocol.ScoredEntry<GeoWaveRedisPersistedRow>> result,
boolean sortByTime) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
GeoWaveRedisRowCodec.encodeRow(io.netty.buffer.ByteBufOutputStream out,
GeoWaveRedisPersistedRow row,
boolean visibilityEnabled) |
| Modifier and Type | Method and Description |
|---|---|
static Iterator<org.redisson.client.protocol.ScoredEntry<GeoWaveRedisPersistedRow>> |
RedisUtils.groupByRow(Iterator<org.redisson.client.protocol.ScoredEntry<GeoWaveRedisPersistedRow>> result,
boolean sortByTime) |
| Constructor and Description |
|---|
GeoWaveRedisRow(GeoWaveRedisPersistedRow persistedRow,
short adapterId,
byte[] partitionKey,
byte[] sortKey) |
Copyright © 2013–2020. All rights reserved.