mirror of
https://github.com/google/nomulus.git
synced 2025-07-04 10:13:30 +02:00
A tool to visualize the layout of our schema in datastore.
The output on the current schema is: CommitLogBucket (not backed up) ↳ CommitLogManifest (not backed up) ↳ CommitLogMutation (not backed up) CommitLogCheckpointRoot (not backed up) ↳ CommitLogCheckpoint (not backed up) DomainApplicationIndex (bgr) EntityGroupRoot (bgr) ↳ ClaimsListShard.ClaimsListSingleton (not backed up) ↳ ClaimsListShard.ClaimsListRevision (virtual) ↳ ClaimsListShard (not backed up) ↳ LogsExportCursor ↳ PremiumList ↳ PremiumList.PremiumListRevision (virtual) ↳ PremiumList.PremiumListEntry ↳ Registrar ↳ RegistrarBillingEntry ↳ RegistrarContact ↳ RegistrarCredit ↳ RegistrarCreditBalance ↳ Registry (bgr) ↳ RegistryCursor ↳ ReservedList ↳ ServerSecret (not backed up) ↳ SignedMarkRevocationList (not backed up) ↳ TmchCrl (not backed up) EppResource (abstract) (bgr) - ContactResource - DomainBase - DomainApplication (subclass) - DomainResource (subclass) - HostResource ↳ HistoryEntry ↳ BillingEvent.Cancellation ↳ BillingEvent.Modification ↳ BillingEvent.OneTime ↳ BillingEvent.Recurring ↳ PollMessage (abstract) - PollMessage.Autorenew (subclass) - PollMessage.OneTime (subclass) EppResourceIndexBucket (virtual) ↳ EppResourceIndex (bgr) ForeignKeyIndex.ForeignKeyContactIndex (bgr) ForeignKeyIndex.ForeignKeyDomainIndex (bgr) ForeignKeyIndex.ForeignKeyHostIndex (bgr) GaeUserIdConverter (not backed up) Lock (not backed up) RdeRevision ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=120251537
This commit is contained in:
parent
4ba8c0e552
commit
6f72af2ba6
2 changed files with 168 additions and 0 deletions
|
@ -54,6 +54,7 @@ public final class GtechTool {
|
|||
.put("get_host", GetHostCommand.class)
|
||||
.put("get_registrar", GetRegistrarCommand.class)
|
||||
.put("get_schema", GetSchemaCommand.class)
|
||||
.put("get_schema_tree", GetSchemaTreeCommand.class)
|
||||
.put("get_tld", GetTldCommand.class)
|
||||
.put("hash_certificate", HashCertificateCommand.class)
|
||||
.put("list_credits", ListCreditsCommand.class)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue