Package com.google.gerrit.server.update
-
Interface Summary Interface Description BatchUpdateListener Interface for listening during batch update execution.BatchUpdateOp Interface forBatchUpdate
operations that touch a change.ChangeContext Context for performing theBatchUpdateOp.updateChange(com.google.gerrit.server.update.ChangeContext)
phase.Context Context for performing aBatchUpdate
.InsertChangeOp Specialization ofBatchUpdateOp
for creating changes.RepoContext Context for performing theRepoOnlyOp.updateRepo(com.google.gerrit.server.update.RepoContext)
phase.RepoOnlyOp Base interface for operations performed as part of aBatchUpdate
.RetryHelper.Action<T> -
Class Summary Class Description BatchUpdate Helper for a set of updates that should be applied for a site.BatchUpdate.Factory BatchUpdateReviewDb ChainedReceiveCommands Collection ofReceiveCommand
s that supports multiple updates per ref.RefUpdateUtil Static utilities for working with JGit's ref update APIs.RepoView Restricted view of aRepository
for use byBatchUpdateOp
implementations.RetryHelper RetryHelper.Options Options for retrying a single operation.RetryHelper.Options.Builder RetryingRestModifyView<R extends RestResource,I,O> -
Enum Summary Enum Description Order Order of execution of the various phases of aBatchUpdate
. -
Exception Summary Exception Description UpdateException Exception type thrown byBatchUpdate
steps. -
Annotation Types Summary Annotation Type Description ChangeUpdateExecutor Marker on the globalListeningExecutorService
used by asynchronousBatchUpdate
s.