| Package | Description |
|---|---|
| co.codewizards.cloudstore.core.repo.transport |
Transport abstraction.
|
| co.codewizards.cloudstore.local.persistence |
Persistent JDO data model (entities) and data access objects (DAOs).
|
| co.codewizards.cloudstore.local.transport |
File-system-based transport implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static TransferDoneMarkerType |
TransferDoneMarkerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransferDoneMarkerType[] |
TransferDoneMarkerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
LocalRepoTransport.isTransferDone(UUID fromRepositoryId,
UUID toRepositoryId,
TransferDoneMarkerType transferDoneMarkerType,
long fromEntityId,
long fromLocalRevision) |
void |
LocalRepoTransport.markTransferDone(UUID fromRepositoryId,
UUID toRepositoryId,
TransferDoneMarkerType transferDoneMarkerType,
long fromEntityId,
long fromLocalRevision) |
| Modifier and Type | Method and Description |
|---|---|
TransferDoneMarkerType |
TransferDoneMarker.getTransferDoneMarkerType() |
| Modifier and Type | Method and Description |
|---|---|
TransferDoneMarker |
TransferDoneMarkerDao.getTransferDoneMarker(UUID fromRepositoryId,
UUID toRepositoryId,
TransferDoneMarkerType transferDoneMarkerType,
long fromEntityId) |
void |
TransferDoneMarker.setTransferDoneMarkerType(TransferDoneMarkerType transferDoneMarkerType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FileRepoTransport.isTransferDone(UUID fromRepositoryId,
UUID toRepositoryId,
TransferDoneMarkerType transferDoneMarkerType,
long fromEntityId,
long fromLocalRevision) |
void |
FileRepoTransport.markTransferDone(UUID fromRepositoryId,
UUID toRepositoryId,
TransferDoneMarkerType transferDoneMarkerType,
long fromEntityId,
long fromLocalRevision) |
Copyright © 2013–2017. All rights reserved.