public interface CompositeModification extends Modification
A CompositeModification gets stored in the transaction log for a Shard. During recovery when the transaction log is being replayed a DOMStoreWriteTransaction could be created and a CompositeModification could be applied to it.
COMPOSITE, DELETE, MERGE, WRITE
Modifier and Type | Method and Description |
---|---|
List<Modification> |
getModifications()
Get a list of modifications contained by this composite.
|
apply, apply, getType
readExternal, writeExternal
List<Modification> getModifications()
Copyright © 2019 OpenDaylight. All rights reserved.