| 构造器和说明 |
|---|
LettuceByteCodec() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
decodeKey(ByteBuffer byteBuffer) |
byte[] |
decodeValue(ByteBuffer byteBuffer) |
ByteBuffer |
encodeKey(String s) |
ByteBuffer |
encodeValue(byte[] bytes) |
public String decodeKey(ByteBuffer byteBuffer)
decodeKey 在接口中 io.lettuce.core.codec.RedisCodec<String,byte[]>public byte[] decodeValue(ByteBuffer byteBuffer)
decodeValue 在接口中 io.lettuce.core.codec.RedisCodec<String,byte[]>public ByteBuffer encodeKey(String s)
encodeKey 在接口中 io.lettuce.core.codec.RedisCodec<String,byte[]>public ByteBuffer encodeValue(byte[] bytes)
encodeValue 在接口中 io.lettuce.core.codec.RedisCodec<String,byte[]>Copyright © 2018. All rights reserved.