public static class LocalCachedMapUpdate.Entry extends Object
Entry(byte[] key, byte[] value)
Entry(io.netty.buffer.ByteBuf keyBuf, io.netty.buffer.ByteBuf valueBuf)
byte[]
getKey()
getValue()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Entry(byte[] key, byte[] value)
public Entry(io.netty.buffer.ByteBuf keyBuf, io.netty.buffer.ByteBuf valueBuf)
public byte[] getKey()
public byte[] getValue()
Copyright © 2014–2018 The Redisson Project. All rights reserved.