Package org.duracloud.mill.dup
Class DuplicationStorePolicy
- java.lang.Object
-
- org.duracloud.mill.dup.DuplicationStorePolicy
-
public class DuplicationStorePolicy extends Object
DuplicationStorePolicy defines the source store to duplicate from and which destination store to duplicate to. This class is used in DuplicationPolicy, each space to be duplicated as defined in DuplicationPolicy will have a list of one or more DuplicationStorePolicy defining the duplication order for the space.- Author:
- Erik Paulsson Date: 10/29/13
-
-
Constructor Summary
Constructors Constructor Description DuplicationStorePolicy()DuplicationStorePolicy(String srcStoreId, String destStoreId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDestStoreId()StringgetSrcStoreId()inthashCode()voidsetDestStoreId(String destStoreId)voidsetSrcStoreId(String srcStoreId)
-