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