See: Description
| Interface | Description |
|---|---|
| BackupShadowDocument<T> |
A backup of the ShadowDocument.
|
| ClientDocument<T> |
A client document is used on both the server and client side and
associates a client identifier with a
Document. |
| DataStore<T,S extends Edit<? extends Diff>> |
A DataStore implementation is responsible for storing and serving data for a
Differential Synchronization implementation.
|
| Diff |
A marker interface that represents a diff or two versions of a document/object.
|
| Document<T> |
Represents the server side version of a document
|
| Edit<T extends Diff> |
Represents a single edit.
|
| PatchMessage<T extends Edit<? extends Diff>> |
Represents a stack of changes made on the server of client side.
|
| Payload<T> |
Represents something that can be exchanged in JSON format.
|
| ShadowDocument<T> |
A shadow document for each client will exist on the client side and also on the server side.
|
| Class | Description |
|---|---|
| DefaultBackupShadowDocument<T> | |
| DefaultClientDocument<T> | |
| DefaultDocument<T> | |
| DefaultShadowDocument<T> |
The interfaces in this package are shared among both server and client implementations.
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.