Interface RepositoryOperation

All Known Implementing Classes:
RepositoryCleanupInProgress.Entry, SnapshotDeletionsInProgress.Entry, SnapshotsInProgress.Entry

public interface RepositoryOperation
Coordinates of an operation that modifies a repository, assuming that repository at a specific generation.
  • Method Summary

    Modifier and Type
    Method
    Description
    Name of the repository affected.
    long
    The repository state id at the time the operation began.
  • Method Details

    • repository

      String repository()
      Name of the repository affected.
    • repositoryStateId

      long repositoryStateId()
      The repository state id at the time the operation began.