| Package | Description |
|---|---|
| org.duracloud.sync.endpoint | |
| org.duracloud.sync.mgmt | |
| org.duracloud.sync.walker |
| Modifier and Type | Class and Description |
|---|---|
class |
DuraStoreChunkSyncEndpoint |
class |
DuraStoreSyncEndpoint
Endpoint which pushes files to DuraCloud.
|
class |
FileSystemSyncEndpoint
Allows syncing to be performed to a location on the local file system.
|
| Constructor and Description |
|---|
SyncManager(List<File> watchDirs,
SyncEndpoint endpoint,
int threads,
long frequency)
Creates a SyncManager which, when started, will watch for updates to
the ChangedList and kick off SyncWorkers to handle any changed files.
|
SyncWorker(ChangedFile file,
File watchDir,
SyncEndpoint endpoint)
Creates a SyncWorker to handle syncing a file
|
| Modifier and Type | Method and Description |
|---|---|
static DeleteChecker |
DeleteChecker.start(SyncEndpoint syncEndpoint,
String spaceId,
List<File> syncDirs,
String prefix) |
| Constructor and Description |
|---|
DeleteChecker(SyncEndpoint syncEndpoint,
String spaceId,
List<File> syncDirs,
String prefix)
Creates a delete checker
|
Copyright © 2009–2017 DuraSpace. All rights reserved.