Package org.duracloud.mill.ltp.dup
Class DuplicationMorsel
java.lang.Object
org.duracloud.mill.ltp.Morsel
org.duracloud.mill.ltp.dup.DuplicationMorsel
A definition of a bite-sized swath of content ids that can be nibbled by the
LoopingTaskProducer.- Author:
- Daniel Bernstein Date: Nov 7, 2013
-
Field Summary
Fields inherited from class org.duracloud.mill.ltp.Morsel
EXCLUSIONS -
Constructor Summary
ConstructorsConstructorDescriptionDuplicationMorsel(String subdomain, String spaceId, String marker, DuplicationStorePolicy storePolicy) -
Method Summary
Methods inherited from class org.duracloud.mill.ltp.Morsel
equals, getAccount, getMarker, getSpaceId, hashCode, isDeletePerformed, setDeletePerformed, setMarker, toString
-
Constructor Details
-
DuplicationMorsel
public DuplicationMorsel() -
DuplicationMorsel
public DuplicationMorsel(String subdomain, String spaceId, String marker, DuplicationStorePolicy storePolicy) - Parameters:
subdomain-spaceId-marker-storePolicy-inprocess-
-
-
Method Details
-
getStorePolicy
- Returns:
- the storePolicy
-