Class LocalCachedMapUpdate.Entry

    • Constructor Detail

      • Entry

        public Entry​(byte[] key,
                     byte[] value)
      • Entry

        public Entry​(io.netty.buffer.ByteBuf keyBuf,
                     io.netty.buffer.ByteBuf valueBuf)
    • Method Detail

      • getKey

        public byte[] getKey()
      • getValue

        public byte[] getValue()