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 | Class and Description |
---|---|
class |
DefaultBackupShadowDocument<T> |
Modifier and Type | Method and Description |
---|---|
BackupShadowDocument<T> |
DataStore.getBackupShadowDocument(String documentId,
String clientId)
Retrieves the
BackupShadowDocument matching the passed-in document documentId. |
Modifier and Type | Method and Description |
---|---|
void |
DataStore.saveBackupShadowDocument(BackupShadowDocument<T> backupShadow)
Saves a backup shadow document
|
Modifier and Type | Method and Description |
---|---|
BackupShadowDocument<T> |
ClientInMemoryDataStore.getBackupShadowDocument(String documentId,
String clientId) |
Modifier and Type | Method and Description |
---|---|
void |
ClientInMemoryDataStore.saveBackupShadowDocument(BackupShadowDocument<T> backupShadow) |
Modifier and Type | Method and Description |
---|---|
BackupShadowDocument<T> |
ServerInMemoryDataStore.getBackupShadowDocument(String documentId,
String clientId) |
Modifier and Type | Method and Description |
---|---|
void |
ServerInMemoryDataStore.saveBackupShadowDocument(BackupShadowDocument<T> backupShadow) |
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.