Interface | Description |
---|---|
BatchUpdateListener |
Interface for listening during batch update execution.
|
BatchUpdateOp |
Interface for
BatchUpdate operations that touch a change. |
ChangeContext |
Context for performing the
BatchUpdateOp.updateChange(com.google.gerrit.server.update.ChangeContext) phase. |
Context |
Context for performing a
BatchUpdate . |
InsertChangeOp |
Specialization of
BatchUpdateOp for creating changes. |
NoteDbBatchUpdate.AssistedFactory | |
RepoContext |
Context for performing the
RepoOnlyOp.updateRepo(com.google.gerrit.server.update.RepoContext) phase. |
RepoOnlyOp |
Base interface for operations performed as part of a
BatchUpdate . |
RetryHelper.Action<T> | |
RetryHelper.ChangeAction<T> | |
ReviewDbBatchUpdate.AssistedFactory |
Class | Description |
---|---|
BatchUpdate |
Helper for a set of updates that should be applied for a site.
|
BatchUpdate.Factory | |
BatchUpdateReviewDb | |
ChainedReceiveCommands |
Collection of
ReceiveCommand s that supports multiple updates per ref. |
NoteDbBatchUpdate |
BatchUpdate implementation using only NoteDb that updates code refs and meta refs in a
single BatchRefUpdate . |
RefUpdateUtil |
Static utilities for working with JGit's ref update APIs.
|
RepoView |
Restricted view of a
Repository for use by BatchUpdateOp implementations. |
RetryHelper | |
RetryHelper.Metrics | |
RetryHelper.Options |
Options for retrying a single operation.
|
RetryHelper.Options.Builder | |
RetryingRestCollectionModifyView<P extends RestResource,C extends RestResource,I,O> | |
RetryingRestModifyView<R extends RestResource,I,O> | |
ReviewDbBatchUpdate |
BatchUpdate implementation that supports mixed ReviewDb/NoteDb operations, depending on
the migration state specified in NotesMigration . |
Enum | Description |
---|---|
Order |
Order of execution of the various phases of a
BatchUpdate . |
RetryHelper.ActionType |
Exception | Description |
---|---|
UpdateException |
Exception type thrown by
BatchUpdate steps. |