Uses of Interface
org.apache.commons.configuration2.tree.InMemoryNodeModel.TransactionInitializer
-
Packages that use InMemoryNodeModel.TransactionInitializer Package Description org.apache.commons.configuration2.tree A package with helper and utility classes used by hierarchical configurations. -
-
Uses of InMemoryNodeModel.TransactionInitializer in org.apache.commons.configuration2.tree
Methods in org.apache.commons.configuration2.tree with parameters of type InMemoryNodeModel.TransactionInitializer Modifier and Type Method Description private boolean
InMemoryNodeModel. executeTransactionOnCurrentStructure(InMemoryNodeModel.TransactionInitializer txInit, NodeSelector selector, TreeData currentData, NodeKeyResolver<ImmutableNode> resolver)
Executes a transaction on the current data of this model.private boolean
InMemoryNodeModel. executeTransactionOnDetachedTrackedNode(InMemoryNodeModel.TransactionInitializer txInit, NodeSelector selector, TreeData currentData, NodeKeyResolver<ImmutableNode> resolver)
Tries to execute a transaction on the model of a detached tracked node.private void
InMemoryNodeModel. updateModel(InMemoryNodeModel.TransactionInitializer txInit, NodeSelector selector, NodeKeyResolver<ImmutableNode> resolver)
Performs a non-blocking, thread-safe update of this model based on a transaction initialized by the passed in initializer.
-