Class DuraStoreSyncEndpoint

java.lang.Object
org.duracloud.sync.endpoint.DuraStoreSyncEndpoint
All Implemented Interfaces:
SyncEndpoint
Direct Known Subclasses:
DuraStoreChunkSyncEndpoint

public class DuraStoreSyncEndpoint extends Object implements SyncEndpoint
Endpoint which pushes files to DuraCloud.
  • Constructor Details

    • DuraStoreSyncEndpoint

      public DuraStoreSyncEndpoint(ContentStore contentStore, String username, String spaceId, boolean syncDeletes, boolean syncUpdates, boolean renameUpdates, boolean jumpStart, String updateSuffix, String prefix)
    • DuraStoreSyncEndpoint

      public DuraStoreSyncEndpoint(ContentStore contentStore, String username, String spaceId, boolean syncDeletes, boolean jumpStart)
  • Method Details