Package org.duracloud.mill.dup
Class DuplicationPolicyManager
java.lang.Object
org.duracloud.mill.dup.DuplicationPolicyManager
- Author:
- Bill Branan Date: 10/30/13
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCauses the cached duplication policy set to be cleared.Provides a listing of DuraCloud accounts which require duplication.getDuplicationPolicy(String account) Provides the duplication policy for a given account
-
Constructor Details
-
DuplicationPolicyManager
-
-
Method Details
-
getDuplicationAccounts
Provides a listing of DuraCloud accounts which require duplication. Accounts are identified using their subdomain value.- Returns:
-
getDuplicationPolicy
Provides the duplication policy for a given account- Parameters:
account-- Returns:
-
clearPolicyCache
public void clearPolicyCache()Causes the cached duplication policy set to be cleared.
-