Class LocalCachedMapUpdate.Entry

java.lang.Object
org.redisson.cache.LocalCachedMapUpdate.Entry
Enclosing class:
LocalCachedMapUpdate

public static class LocalCachedMapUpdate.Entry extends Object
  • Constructor Details

    • Entry

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

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

    • getKey

      public byte[] getKey()
    • getValue

      public byte[] getValue()