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. |
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> |
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. |
RefUpdateUtil |
Static utilities for working with JGit's ref update APIs.
|
RepoView |
Restricted view of a
Repository for use by BatchUpdateOp implementations. |
RetryHelper | |
RetryHelper.Options |
Options for retrying a single operation.
|
RetryHelper.Options.Builder | |
RetryingRestModifyView<R extends RestResource,I,O> |
Enum | Description |
---|---|
Order |
Order of execution of the various phases of a
BatchUpdate . |
Exception | Description |
---|---|
UpdateException |
Exception type thrown by
BatchUpdate steps. |
Annotation Type | Description |
---|---|
ChangeUpdateExecutor |
Marker on the global
ListeningExecutorService used by asynchronous BatchUpdate s. |