| Package | Description |
|---|---|
| org.jboss.aerogear.sync |
This package contains interfaces for AeroGear Sync.
|
| org.jboss.aerogear.sync.client |
This package contains interfaces for AeroGear Sync Client API.
|
| org.jboss.aerogear.sync.server |
This package contains interfaces for AeroGear Sync Server API.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataStore<T,S extends Edit<? extends Diff>>
A DataStore implementation is responsible for storing and serving data for a
Differential Synchronization implementation.
|
interface |
PatchMessage<T extends Edit<? extends Diff>>
Represents a stack of changes made on the server of client side.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClientDataStore<T,S extends Edit<? extends Diff>>
A client side
DataStore implementation is responsible for storing and serving data for a
Differential Synchronization implementation. |
interface |
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.
|
interface |
SyncClient<T,S extends Edit<? extends Diff>> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ServerDataStore<T,S extends Edit<? extends Diff>>
A server side
DataStore implementation is responsible for storing and serving data for a
Differential Synchronization implementation. |
interface |
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.
|
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.