Class ChangeSchemaDefinitions


  • public class ChangeSchemaDefinitions
    extends SchemaDefinitions<ChangeData>
    Definition of change 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 change index to be used when contacting index backends or loading configurations.
        See Also:
        Constant Field Values
      • INSTANCE

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