Package org.apache.ignite.configuration
Interface ConfigurationTree<VIEWT,CHANGET>
- Type Parameters:
VIEWT- Value type of the node.CHANGET- Type of the object that changes this node's value.
- All Superinterfaces:
ConfigurationProperty<VIEWT>
- All Known Subinterfaces:
NamedConfigurationTree<T,VIEWT, CHANGET>
Configuration tree with configuration values and other configuration trees as child nodes.
-
Method Summary
Modifier and TypeMethodDescriptionChanges this configuration node value.Methods inherited from interface org.apache.ignite.configuration.ConfigurationProperty
directProxy, key, listen, stopListen, value
-
Method Details
-
change
Changes this configuration node value.- Parameters:
change- CHANGE object.- Returns:
- Future that is completed when configuration change is finished either successfully or not.
-