public class GeoWaveRedisRowCodec
extends org.redisson.client.codec.BaseCodec
| Modifier and Type | Field and Description |
|---|---|
protected static GeoWaveRedisRowCodec |
SINGLETON_WITH_VISIBILITY |
protected static GeoWaveRedisRowCodec |
SINGLETON_WITHOUT_VISIBILITY |
| Constructor and Description |
|---|
GeoWaveRedisRowCodec(ClassLoader classLoader,
GeoWaveRedisRowCodec codec) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
encodeRow(io.netty.buffer.ByteBufOutputStream out,
GeoWaveRedisPersistedRow row,
boolean visibilityEnabled) |
ClassLoader |
getClassLoader() |
org.redisson.client.protocol.Decoder<Object> |
getValueDecoder() |
org.redisson.client.protocol.Encoder |
getValueEncoder() |
protected static GeoWaveRedisRowCodec SINGLETON_WITH_VISIBILITY
protected static GeoWaveRedisRowCodec SINGLETON_WITHOUT_VISIBILITY
public GeoWaveRedisRowCodec(ClassLoader classLoader, GeoWaveRedisRowCodec codec)
protected static void encodeRow(io.netty.buffer.ByteBufOutputStream out,
GeoWaveRedisPersistedRow row,
boolean visibilityEnabled)
throws IOException
IOExceptionpublic ClassLoader getClassLoader()
getClassLoader in interface org.redisson.client.codec.CodecgetClassLoader in class org.redisson.client.codec.BaseCodecpublic org.redisson.client.protocol.Decoder<Object> getValueDecoder()
public org.redisson.client.protocol.Encoder getValueEncoder()
Copyright © 2013–2020. All rights reserved.