@ParametersAreNonnullByDefault
Package google.registry.backup
-
Class Summary Class Description AppEngineEnvironment Sets up a fakeApiProxy.Environment
so that the following operations can be performed without the Datastore service: Create ObjectifyKeys
.BackupModule Dagger module for backup package.BackupUtils Utilities for working with backups.BackupUtils.GcsMetadataKeys Keys for user metadata fields on commit log files in GCS.CommitLogCheckpointAction Action that saves commit log checkpoints to Datastore and kicks off a diff export task.CommitLogImports Helpers for reading CommitLog records from a file.DeleteOldCommitLogsAction Task that garbage collects oldCommitLogManifest
entities.ExportCommitLogDiffAction Action that exports the diff between two commit log checkpoints to GCS.ReplayCommitLogsToSqlAction Action that replays commit logs to Cloud SQL to keep it up to date.RestoreCommitLogsAction Restore Registry 2 commit logs from GCS to Datastore.VersionedEntity A DatastoreEntity's
serialized state with timestamp.VersionedEntity.Builder -
Annotation Types Summary Annotation Type Description BackupModule.Backups Dagger qualifier for backups.