Class ModificationList

java.lang.Object
org.infinispan.transaction.impl.ModificationList

public final class ModificationList extends Object
A list of WriteCommand for a transaction

WriteCommand can only be appended and the methods getAllModifications() and getModifications() return a snapshot of the current list. WriteCommand appended after those methods are invoked, are not visible.

Since:
14.0