@Immutable public class CommitInfo extends Object
Constructor and Description |
---|
CommitInfo(List<DestroyedModule> destroyedFromPreviousTransactions,
Map<ModuleIdentifier,ModuleInternalTransactionalInfo> commitMap) |
Modifier and Type | Method and Description |
---|---|
Map<ModuleIdentifier,ModuleInternalTransactionalInfo> |
getCommitted() |
List<DestroyedModule> |
getDestroyedFromPreviousTransactions()
Get ordered list of modules that can be closed in the same order, i.e.
|
public CommitInfo(List<DestroyedModule> destroyedFromPreviousTransactions, Map<ModuleIdentifier,ModuleInternalTransactionalInfo> commitMap)
public List<DestroyedModule> getDestroyedFromPreviousTransactions()
public Map<ModuleIdentifier,ModuleInternalTransactionalInfo> getCommitted()
Copyright © 2019 OpenDaylight. All rights reserved.