Uses of Class
org.sdnplatform.sync.internal.config.ClusterConfig

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

Uses of ClusterConfig in org.sdnplatform.sync.internal
 

Methods in org.sdnplatform.sync.internal that return ClusterConfig
 ClusterConfig SyncManager.getClusterConfig()
          Get the cluster configuration object
 

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

Methods in org.sdnplatform.sync.internal.config that return ClusterConfig
 ClusterConfig SyncStoreCCProvider.getConfig()
           
 ClusterConfig StorageCCProvider.getConfig()
           
 ClusterConfig PropertyCCProvider.getConfig()
           
 ClusterConfig IClusterConfigProvider.getConfig()
          Get the ClusterConfig that represents the current cluster
 ClusterConfig FallbackCCProvider.getConfig()
           
 ClusterConfig DelegatingCCProvider.getConfig()