Class AccountSchemaDefinitions
java.lang.Object
com.google.gerrit.index.SchemaDefinitions<AccountState>
com.google.gerrit.server.index.account.AccountSchemaDefinitions
Definition of account index versions (schemata). See
SchemaDefinitions
.
Upgrades are subject to constraints, see
com.google.gerrit.index.IndexUpgradeValidator
.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AccountSchemaDefinitions
Singleton instance of the schema definitions.static final String
Name of the account index to be used when contacting index backends or loading configurations. -
Method Summary
Methods inherited from class com.google.gerrit.index.SchemaDefinitions
get, getLatest, getName, getPrevious, getSchemas
-
Field Details
-
NAME
Name of the account index to be used when contacting index backends or loading configurations.- See Also:
-
INSTANCE
Singleton instance of the schema definitions. This is one per JVM.
-