Class AccountSchemaDefinitions

java.lang.Object
com.google.gerrit.index.SchemaDefinitions<AccountState>
com.google.gerrit.server.index.account.AccountSchemaDefinitions

public class AccountSchemaDefinitions extends SchemaDefinitions<AccountState>
Definition of account index versions (schemata). See SchemaDefinitions.

Upgrades are subject to constraints, see com.google.gerrit.index.IndexUpgradeValidator.

  • Field Details

    • NAME

      public static final String NAME
      Name of the account index to be used when contacting index backends or loading configurations.
      See Also:
    • INSTANCE

      public static final AccountSchemaDefinitions INSTANCE
      Singleton instance of the schema definitions. This is one per JVM.