| Package | Description |
|---|---|
| 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 |
ClientDataStore<T,S extends Edit<? extends Diff>>
A client side
DataStore implementation is responsible for storing and serving data for a
Differential Synchronization implementation. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientInMemoryDataStore<T,S extends Edit<? extends Diff>>
An in-memory implementation of
ClientDataStore. |
| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerInMemoryDataStore<T,S extends Edit<? extends Diff>>
An in-memory implementation of
ServerDataStore. |
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.