Package org.elasticsearch.repositories
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 java.lang.Stringrepository()Name of the repository affected.longrepositoryStateId()The repository state id at the time the operation began.
-
Method Details
-
repository
java.lang.String repository()Name of the repository affected. -
repositoryStateId
long repositoryStateId()The repository state id at the time the operation began.
-