Class CombinedConfigRegistry
java.lang.Object
org.apache.ignite.migrationtools.config.registry.CombinedConfigRegistry
- All Implemented Interfaces:
ConfigurationRegistryInterface,org.apache.ignite3.internal.lang.Debuggable,org.apache.ignite3.internal.manager.IgniteComponent
Registry has two separated internal registries for cluster and node configurations.
-
Field Summary
Fields inherited from interface org.apache.ignite3.internal.lang.Debuggable
INDENTATION -
Constructor Summary
ConstructorsConstructorDescriptionCombinedConfigRegistry(org.apache.ignite3.internal.configuration.ConfigurationRegistry localRegistry, org.apache.ignite3.internal.configuration.ConfigurationRegistry distributedRegistry) -
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) startAsync(org.apache.ignite3.internal.manager.ComponentContext context) stopAsync(org.apache.ignite3.internal.manager.ComponentContext context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.ignite3.internal.lang.Debuggable
dumpStateMethods inherited from interface org.apache.ignite3.internal.manager.IgniteComponent
beforeNodeStop, stopAsync
-
Constructor Details
-
CombinedConfigRegistry
public CombinedConfigRegistry(org.apache.ignite3.internal.configuration.ConfigurationRegistry localRegistry, org.apache.ignite3.internal.configuration.ConfigurationRegistry distributedRegistry)
-
-
Method Details
-
startAsync
public CompletableFuture<Void> startAsync(org.apache.ignite3.internal.manager.ComponentContext context) - Specified by:
startAsyncin interfaceorg.apache.ignite3.internal.manager.IgniteComponent
-
stopAsync
public CompletableFuture<Void> stopAsync(org.apache.ignite3.internal.manager.ComponentContext context) - Specified by:
stopAsyncin interfaceorg.apache.ignite3.internal.manager.IgniteComponent
-
getConfiguration
public <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) - Specified by:
getConfigurationin interfaceConfigurationRegistryInterface
-
onDefaultsPersisted
-