Add nomulus count_domains command

This efficiently counts domains without having to load them (as opposed to the
existing list_domains command which does load then).

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=194559095
This commit is contained in:
mcilwain 2018-04-27 10:25:09 -07:00 committed by jianglai
parent d95f286e58
commit c242a4d08f
4 changed files with 129 additions and 0 deletions

View file

@ -75,6 +75,7 @@ import javax.inject.Singleton;
}
)
interface RegistryToolComponent {
void inject(CountDomainsCommand command);
void inject(CreateAnchorTenantCommand command);
void inject(CreateCdnsTld command);
void inject(CreateContactCommand command);