Class Modification


  • public class Modification
    extends Object
    The final modification of a specific key.
    Since:
    9.3
    Author:
    Pedro Ruivo
    • Method Detail

      • writeTo

        public void writeTo​(io.netty.buffer.ByteBuf byteBuf,
                            Codec codec)
        Writes this modification to the ByteBuf.
        Parameters:
        byteBuf - the ByteBuf to write to.
        codec - the Codec to use.
      • estimateSize

        public int estimateSize​(Codec codec)
        The estimated size.
        Parameters:
        codec - the Codec to use for the size estimation.
        Returns:
        the estimated size.