Class LocalCachedMapUpdate.Entry

    • Constructor Summary

      Constructors 
      Constructor Description
      Entry​(byte[] key, byte[] value)  
      Entry​(io.netty.buffer.ByteBuf keyBuf, io.netty.buffer.ByteBuf valueBuf)  
    • 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()