public class RedisMapWrapper extends AbstractRedisSetWrapper<org.redisson.api.RMapAsync<byte[],byte[]>,org.redisson.api.RMap<byte[],byte[]>>
| Constructor and Description |
|---|
RedisMapWrapper(org.redisson.api.RedissonClient client,
String setName,
org.redisson.client.codec.Codec codec,
boolean visibilityEnabled) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(byte[] dataId,
org.locationtech.geowave.core.store.entities.GeoWaveValue value) |
Iterator<org.locationtech.geowave.core.store.entities.GeoWaveRow> |
getRows(byte[][] dataIds,
short adapterId) |
Iterator<org.locationtech.geowave.core.store.entities.GeoWaveRow> |
getRows(byte[] startDataId,
byte[] endDataId,
short adapterId) |
protected org.redisson.api.RMapAsync<byte[],byte[]> |
initAsyncCollection(org.redisson.api.RBatch batch,
String setName,
org.redisson.client.codec.Codec codec) |
protected org.redisson.api.RMap<byte[],byte[]> |
initSyncCollection(org.redisson.api.RedissonClient client,
String setName,
org.redisson.client.codec.Codec codec) |
boolean |
remove(byte[] dataId) |
void |
remove(byte[][] dataIds) |
close, flush, getCurrentAsyncCollection, getCurrentSyncCollection, preAddpublic RedisMapWrapper(org.redisson.api.RedissonClient client,
String setName,
org.redisson.client.codec.Codec codec,
boolean visibilityEnabled)
public boolean remove(byte[] dataId)
public void add(byte[] dataId,
org.locationtech.geowave.core.store.entities.GeoWaveValue value)
public void remove(byte[][] dataIds)
public Iterator<org.locationtech.geowave.core.store.entities.GeoWaveRow> getRows(byte[][] dataIds, short adapterId)
public Iterator<org.locationtech.geowave.core.store.entities.GeoWaveRow> getRows(byte[] startDataId, byte[] endDataId, short adapterId)
protected org.redisson.api.RMapAsync<byte[],byte[]> initAsyncCollection(org.redisson.api.RBatch batch,
String setName,
org.redisson.client.codec.Codec codec)
initAsyncCollection in class AbstractRedisSetWrapper<org.redisson.api.RMapAsync<byte[],byte[]>,org.redisson.api.RMap<byte[],byte[]>>protected org.redisson.api.RMap<byte[],byte[]> initSyncCollection(org.redisson.api.RedissonClient client,
String setName,
org.redisson.client.codec.Codec codec)
initSyncCollection in class AbstractRedisSetWrapper<org.redisson.api.RMapAsync<byte[],byte[]>,org.redisson.api.RMap<byte[],byte[]>>Copyright © 2013–2020. All rights reserved.