Interface ConfigurationRegistryInterface
- All Superinterfaces:
org.apache.ignite3.internal.lang.Debuggable,org.apache.ignite3.internal.manager.IgniteComponent
- All Known Implementing Classes:
CombinedConfigRegistry
public interface ConfigurationRegistryInterface
extends org.apache.ignite3.internal.manager.IgniteComponent
Custom Configuration Registry Interface.
-
Field Summary
Fields inherited from interface org.apache.ignite3.internal.lang.Debuggable
INDENTATION -
Method Summary
Modifier and TypeMethodDescription<V,C extends V, T extends org.apache.ignite3.configuration.ConfigurationTree<? super V, ? super C>>
TgetConfiguration(org.apache.ignite3.configuration.RootKey<T, V, C> rootKey) Methods inherited from interface org.apache.ignite3.internal.lang.Debuggable
dumpStateMethods inherited from interface org.apache.ignite3.internal.manager.IgniteComponent
beforeNodeStop, startAsync, stopAsync, stopAsync
-
Method Details
-
getConfiguration
<V,C extends V, T getConfigurationT extends org.apache.ignite3.configuration.ConfigurationTree<? super V, ? super C>> (org.apache.ignite3.configuration.RootKey<T, V, C> rootKey)
-