Uses of Class
org.sdnplatform.sync.error.PersistException

Packages that use PersistException
org.sdnplatform.sync.internal   
org.sdnplatform.sync.internal.store   
 

Uses of PersistException in org.sdnplatform.sync.internal
 

Methods in org.sdnplatform.sync.internal that throw PersistException
 SynchronizingStorageEngine StoreRegistry.register(java.lang.String storeName, ISyncService.Scope scope, boolean persistent)
          Register a new store with the given name, scope and persistence
 void SyncManager.registerPersistentStore(java.lang.String storeName, ISyncService.Scope scope)
           
 void SyncManager.writeSyncValue(java.lang.String storeName, ISyncService.Scope scope, boolean persist, byte[] key, java.lang.Iterable<Versioned<byte[]>> values)
          Write a value synchronized from another node, bypassing some of the usual logic when a client writes data.
 

Uses of PersistException in org.sdnplatform.sync.internal.store
 

Constructors in org.sdnplatform.sync.internal.store that throw PersistException
JavaDBStorageEngine(java.lang.String name, javax.sql.ConnectionPoolDataSource dataSource)
          Construct a new storage engine that will use the provided engine as a delegate and provide persistence for its data.