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 Type
    Method
    Description
    <V, C extends V, T extends org.apache.ignite3.configuration.ConfigurationTree<? super V, ? super C>>
    T
    getConfiguration(org.apache.ignite3.configuration.RootKey<T,V,C> rootKey)
     

    Methods inherited from interface org.apache.ignite3.internal.lang.Debuggable

    dumpState

    Methods inherited from interface org.apache.ignite3.internal.manager.IgniteComponent

    beforeNodeStop, startAsync, stopAsync, stopAsync
  • Method Details

    • getConfiguration

      <V, C extends V, T extends org.apache.ignite3.configuration.ConfigurationTree<? super V, ? super C>> T getConfiguration(org.apache.ignite3.configuration.RootKey<T,V,C> rootKey)