See: Description
| Interface | Description |
|---|---|
| ServerDataStore<T,S extends Edit<? extends Diff>> |
A server side
DataStore implementation is responsible for storing and serving data for a
Differential Synchronization implementation. |
| ServerSynchronizer<T,S extends Edit<? extends Diff>> |
A instance of this class will be able to handle tasks needed to implement
Differential Synchronization for a specific type of documents.
|
| Subscriber<T> |
Represents a subscriber of patches.
|
| Class | Description |
|---|---|
| ServerInMemoryDataStore<T,S extends Edit<? extends Diff>> |
An in-memory implementation of
ServerDataStore. |
| ServerSyncEngine<T,S extends Edit<? extends Diff>> |
The ServerSyncEngine is responsible for driving the main differential synchronization algorithm.
|
| Enum | Description |
|---|---|
| MessageType |
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.