Class Modification
- java.lang.Object
-
- org.infinispan.client.hotrod.impl.transaction.entry.Modification
-
public class Modification extends Object
The final modification of a specific key.- Since:
- 9.3
- Author:
- Pedro Ruivo
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
estimateSize(Codec codec)
The estimated size.void
writeTo(io.netty.buffer.ByteBuf byteBuf, Codec codec)
Writes this modification to theByteBuf
.
-