Class GroupSchemaDefinitions
java.lang.Object
com.google.gerrit.index.SchemaDefinitions<InternalGroup>
com.google.gerrit.server.index.group.GroupSchemaDefinitions
Definition of group index versions (schemata). See
SchemaDefinitions
.
Upgrades are subject to constraints, see
com.google.gerrit.index.IndexUpgradeValidator
.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GroupSchemaDefinitions
Singleton instance of the schema definitions. -
Method Summary
Methods inherited from class com.google.gerrit.index.SchemaDefinitions
get, getLatest, getName, getPrevious, getSchemas
-
Field Details
-
INSTANCE
Singleton instance of the schema definitions. This is one per JVM.
-