Package org.sdnplatform.sync

Interface Summary
IClosableIterator<T> An iterator that must be closed after use
IInconsistencyResolver<T> A method for resolving inconsistent object values into a single value.
IStoreClient<K,V> The user-facing interface to a sync store.
IStoreListener<K> A listener interface that will receive updates on a particular store
ISyncService The sync service provides a high-performance in-memory database for fault and partition-tolerant replication of state data.
IVersion An interface that allows us to determine if a given version happened before or after another version.
 

Class Summary
Versioned<T> A wrapper for an object that adds a Version.
Versioned.HappenedBeforeComparator<S>  
 

Enum Summary
IStoreListener.UpdateType The origin of the update
ISyncService.Scope  
IVersion.Occurred The result of comparing two times--either t1 is BEFORE t2, t1 is AFTER t2, or t1 happens CONCURRENTLY to t2.