public interface TracingDOMDataBroker extends DOMDataBroker
| Modifier and Type | Method and Description |
|---|---|
boolean |
printOpenTransactions(PrintStream printStream,
int minOpenTransactions)
Prints a human-readable "report" of all opened but not closed transactions,
including transactions chains and transactions opened by them, onto the printStream.
|
createTransactionChain, newReadOnlyTransaction, newReadWriteTransaction, newWriteOnlyTransactiongetSupportedExtensionsboolean printOpenTransactions(PrintStream printStream, int minOpenTransactions)
minOpenTransactions - minimum open number of transactions (leaks with fewer are not printed)Copyright © 2019 OpenDaylight. All rights reserved.