Add RDAP metric class

The code to use this class will come in future CLs, to avoid a huge CL.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=175162557
This commit is contained in:
mountford 2017-11-09 08:41:12 -08:00 committed by jianglai
parent 2aa897e698
commit ff1ab08302
10 changed files with 570 additions and 10 deletions

View file

@ -419,7 +419,7 @@ public abstract class RdapActionBase implements Runnable {
resources,
(someExcluded && (resources.size() < rdapResultSetMaxSize + 1))
? IncompletenessWarningType.MIGHT_BE_INCOMPLETE
: IncompletenessWarningType.NONE,
: IncompletenessWarningType.COMPLETE,
numResourcesQueried);
}
}