public class GeoWaveMetadataCodec
extends org.redisson.client.codec.BaseCodec
Modifier and Type | Field and Description |
---|---|
protected static GeoWaveMetadataCodec |
SINGLETON_WITH_VISIBILITY |
protected static GeoWaveMetadataCodec |
SINGLETON_WITHOUT_VISIBILITY |
Constructor and Description |
---|
GeoWaveMetadataCodec(ClassLoader classLoader,
GeoWaveMetadataCodec codec) |
Modifier and Type | Method and Description |
---|---|
protected static io.netty.buffer.ByteBuf |
encodeMetadata(GeoWaveMetadata md,
boolean visibilityEnabled) |
ClassLoader |
getClassLoader() |
org.redisson.client.protocol.Decoder<Object> |
getValueDecoder() |
org.redisson.client.protocol.Encoder |
getValueEncoder() |
protected static GeoWaveMetadataCodec SINGLETON_WITH_VISIBILITY
protected static GeoWaveMetadataCodec SINGLETON_WITHOUT_VISIBILITY
public GeoWaveMetadataCodec(ClassLoader classLoader, GeoWaveMetadataCodec codec)
protected static io.netty.buffer.ByteBuf encodeMetadata(GeoWaveMetadata md, boolean visibilityEnabled)
public ClassLoader getClassLoader()
getClassLoader
in interface org.redisson.client.codec.Codec
getClassLoader
in class org.redisson.client.codec.BaseCodec
public org.redisson.client.protocol.Decoder<Object> getValueDecoder()
public org.redisson.client.protocol.Encoder getValueEncoder()
Copyright © 2013–2022. All rights reserved.