Class Modification
java.lang.Object
org.infinispan.hotrod.impl.transaction.entry.Modification
The final modification of a specific key.
- Since:
- 14.0
-
Method Summary
Modifier and TypeMethodDescriptionintestimateSize(Codec codec) The estimated size.byte[]getKey()voidWrites this modification to theByteBuf.
-
Method Details
-
writeTo
Writes this modification to theByteBuf.- Parameters:
byteBuf- theByteBufto write to.codec- theCodecto use.
-
estimateSize
The estimated size.- Parameters:
codec- theCodecto use for the size estimation.- Returns:
- the estimated size.
-
getKey
public byte[] getKey()- Returns:
- The key changed by this modification.
-