Interface Mutation<K,V,R>
- All Superinterfaces:
InjectableComponent
Simplified version of functional command used for read-only operations after transactional modifications.
-
Method Summary
Modifier and TypeMethodDescriptionapply
(EntryView.ReadWriteEntryView<K, V> view) Mutate the viewbyte
type()
Methods inherited from interface org.infinispan.commands.functional.functions.InjectableComponent
inject
-
Method Details
-
type
byte type()- Returns:
- Internal identifier used for purposes of marshalling
-
apply
Mutate the view- Parameters:
view
-
-
keyDataConversion
DataConversion keyDataConversion() -
valueDataConversion
DataConversion valueDataConversion()
-