Class 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 Detail

      • NAME

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

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