Package org.apache.ignite.configuration
Interface ConfigurationValue<VIEWT>
- Type Parameters:
VIEWT- Type of the value.
- All Superinterfaces:
ConfigurationProperty<VIEWT>
Configuration value.
-
Method Summary
Modifier and TypeMethodDescriptionUpdate this configuration node value.Methods inherited from interface org.apache.ignite.configuration.ConfigurationProperty
directProxy, key, listen, stopListen, value
-
Method Details
-
update
Update this configuration node value.- Parameters:
change- New value for the configuration. Must not be null.- Returns:
- Future that signifies end of the update operation. Can also be completed with
ConfigurationValidationExceptionandConfigurationChangeException.
-