Class Modification
java.lang.Object
org.infinispan.hotrod.impl.transaction.entry.Modification
-
Method Summary
Modifier and TypeMethodDescriptionintestimateSize(Codec codec) The estimated size.byte[]getKey()voidWrites this modification to theByteBuf.
-
Method Details
-
writeTo
-
estimateSize
-
getKey
public byte[] getKey()- Returns:
- The key changed by this modification.
-