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. |