See: Description
| Interface | Description |
|---|---|
| ClientDataStore<T,S extends Edit<? extends Diff>> |
A client side
DataStore implementation is responsible for storing and serving data for a
Differential Synchronization implementation. |
| ClientSynchronizer<T,S extends Edit<? extends Diff>> |
An instance of this class will be able to handle tasks needed to implement
Differential Synchronization for a specific type of documents.
|
| Class | Description |
|---|---|
| ClientInMemoryDataStore<T,S extends Edit<? extends Diff>> |
An in-memory implementation of
ClientDataStore. |
| ClientSyncEngine<T,S extends Edit<? extends Diff>> |
The ClientSyncEngine is responsible for driving client side of the differential synchronization algorithm.
|
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.