Package org.duracloud.sync.mgmt
Class ChangedFile
java.lang.Object
org.duracloud.sync.mgmt.ChangedFile
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Details
-
ChangedFile
-
-
Method Details
-
getFile
-
getSyncAttempts
public int getSyncAttempts() -
incrementSyncAttempts
public void incrementSyncAttempts() -
remove
public void remove()Removes a previously reserved file from the ChangedList. -
unreserve
public void unreserve()Releases the reservation on the file (if still reserved) and returns it to the list of unreserved ChangedFiles.
-