Package io.datarouter.client.redis.codec
Class RedisBlobCodec
java.lang.Object
io.datarouter.client.redis.codec.RedisBlobCodec
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.datarouter.storage.file.PathbeanKeydecodeKey(byte[] fullBytesKey) io.datarouter.storage.file.PathbeanKeydecodeKey(io.lettuce.core.KeyValue<byte[], byte[]> kv) byte[]encodeKey(io.datarouter.storage.file.PathbeanKey pk) byte[][]encodeKeys(List<io.datarouter.storage.file.PathbeanKey> pks)
-
Constructor Details
-
RedisBlobCodec
public RedisBlobCodec(io.datarouter.storage.util.Subpath path)
-
-
Method Details
-
encodeKey
public byte[] encodeKey(io.datarouter.storage.file.PathbeanKey pk) -
encodeKeys
-
decodeKey
public io.datarouter.storage.file.PathbeanKey decodeKey(byte[] fullBytesKey) -
decodeKey
public io.datarouter.storage.file.PathbeanKey decodeKey(io.lettuce.core.KeyValue<byte[], byte[]> kv)
-