Uses of Class
org.elasticsearch.cluster.RepositoryCleanupInProgress.Entry
-
Packages that use RepositoryCleanupInProgress.Entry Package Description org.elasticsearch.cluster -
-
Uses of RepositoryCleanupInProgress.Entry in org.elasticsearch.cluster
Methods in org.elasticsearch.cluster that return RepositoryCleanupInProgress.Entry Modifier and Type Method Description static RepositoryCleanupInProgress.EntryRepositoryCleanupInProgress. startedEntry(String repository, long repositoryStateId)Methods in org.elasticsearch.cluster that return types with arguments of type RepositoryCleanupInProgress.Entry Modifier and Type Method Description List<RepositoryCleanupInProgress.Entry>RepositoryCleanupInProgress. entries()Constructors in org.elasticsearch.cluster with parameters of type RepositoryCleanupInProgress.Entry Constructor Description RepositoryCleanupInProgress(RepositoryCleanupInProgress.Entry... entries)
-