- DefaultPolicyGenerator - Class in org.duracloud.mill.dup.util
-
The default policy generator will connect to a DuraCloud account and create
a default duplication policy by assuming that all spaces in the primary
store (except admin space of the x-* variety) should be duplicated to all
secondary stores.
- DefaultPolicyGenerator() - Constructor for class org.duracloud.mill.dup.util.DefaultPolicyGenerator
-
- DUP_ACCOUNTS_NAME - Static variable in interface org.duracloud.mill.dup.repo.DuplicationPolicyRepo
-
The expected name of the file which contains the listing of accounts
that need duplication actions to occur.
- DUP_POLICY_REPO_BUCKET_SUFFIX - Static variable in class org.duracloud.mill.dup.repo.S3DuplicationPolicyRepo
-
- DUP_POLICY_SUFFIX - Static variable in interface org.duracloud.mill.dup.repo.DuplicationPolicyRepo
-
The expected filename suffix of all files which define a duplication
policy for an account.
- DuplicationPolicy - Class in org.duracloud.mill.dup
-
A set of data showing, for a single DuraCloud account, which spaces
from which providers should be duplicated to another space on another
provider.
- DuplicationPolicy() - Constructor for class org.duracloud.mill.dup.DuplicationPolicy
-
- DuplicationPolicyManager - Class in org.duracloud.mill.dup
-
- DuplicationPolicyManager(DuplicationPolicyRepo) - Constructor for class org.duracloud.mill.dup.DuplicationPolicyManager
-
- DuplicationPolicyRepo - Interface in org.duracloud.mill.dup.repo
-
Provides a connection to a duplication policy repository, which is
essentially a storage location for the policy files used to define
how duplication is to be handled for DuraCloud accounts.
- DuplicationStorePolicy - Class in org.duracloud.mill.dup
-
DuplicationStorePolicy defines the source store to duplicate from and which
destination store to duplicate to.
- DuplicationStorePolicy() - Constructor for class org.duracloud.mill.dup.DuplicationStorePolicy
-
- DuplicationStorePolicy(String, String) - Constructor for class org.duracloud.mill.dup.DuplicationStorePolicy
-