Package google.registry.bsa.persistence
Class LabelDiffUpdates
java.lang.Object
google.registry.bsa.persistence.LabelDiffUpdates
Applies the BSA label diffs from the latest BSA download.
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.common.collect.ImmutableList
<UnblockableDomain> applyLabelDiff
(com.google.common.collect.ImmutableList<BlockLabel> labels, IdnChecker idnChecker, DownloadSchedule schedule, org.joda.time.DateTime now) Applies the label diffs to the database and collects matching domains that are in use (registered or reserved) for reporting.
-
Method Details
-
applyLabelDiff
public static com.google.common.collect.ImmutableList<UnblockableDomain> applyLabelDiff(com.google.common.collect.ImmutableList<BlockLabel> labels, IdnChecker idnChecker, DownloadSchedule schedule, org.joda.time.DateTime now) Applies the label diffs to the database and collects matching domains that are in use (registered or reserved) for reporting.- Returns:
- A collection of domains in use
-