Uses of Class
org.sdnplatform.sync.internal.AbstractSyncManager

Packages that use AbstractSyncManager
org.sdnplatform.sync.internal   
org.sdnplatform.sync.internal.remote   
 

Uses of AbstractSyncManager in org.sdnplatform.sync.internal
 

Subclasses of AbstractSyncManager in org.sdnplatform.sync.internal
 class SyncManager
          Implementation for ISyncService that keeps local copies of the data and will synchronize it to other nodes in the cluster
 

Constructors in org.sdnplatform.sync.internal with parameters of type AbstractSyncManager
DefaultStoreClient(IStore<K,V> delegate, IInconsistencyResolver<Versioned<V>> resolver, AbstractSyncManager syncManager, java.lang.Class<K> keyClass, com.fasterxml.jackson.core.type.TypeReference<K> keyType)
           
 

Uses of AbstractSyncManager in org.sdnplatform.sync.internal.remote
 

Subclasses of AbstractSyncManager in org.sdnplatform.sync.internal.remote
 class RemoteSyncManager
          Implementation of a sync service that passes its functionality off to a remote sync manager over a TCP connection