Uses of Interface
org.sdnplatform.sync.internal.config.IClusterConfigProvider

Packages that use IClusterConfigProvider
org.sdnplatform.sync.internal.config   
 

Uses of IClusterConfigProvider in org.sdnplatform.sync.internal.config
 

Classes in org.sdnplatform.sync.internal.config that implement IClusterConfigProvider
 class DelegatingCCProvider
          Delegate cluster configuration to a list of providers
 class FallbackCCProvider
          Provide a fallback local configuration
 class PropertyCCProvider
           
 class StorageCCProvider
           
 class SyncStoreCCProvider
          Configure sync service from a persistent sync store, and support bootstrapping without manually configuring it.
 

Methods in org.sdnplatform.sync.internal.config with parameters of type IClusterConfigProvider
 void DelegatingCCProvider.addProvider(IClusterConfigProvider provider)