Interface Mutation<K,V,R>
- All Superinterfaces:
InjectableComponent
- All Known Implementing Classes:
Mutations.ReadWrite, Mutations.ReadWriteWithValue, Mutations.Write, Mutations.WriteWithValue
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 viewdefault bytetype()Deprecated.since 16.0 return value ignored.Methods inherited from interface InjectableComponent
inject
-
Method Details
-
type
Deprecated.since 16.0 return value ignored.- Returns:
- Internal identifier used for purposes of marshalling
-
apply
-
keyDataConversion
DataConversion keyDataConversion() -
valueDataConversion
DataConversion valueDataConversion()
-