Uses of Interface
org.elasticsearch.repositories.Repository
-
Packages that use Repository Package Description org.elasticsearch.index.shard org.elasticsearch.repositories org.elasticsearch.repositories.blobstore org.elasticsearch.repositories.fs -
-
Uses of Repository in org.elasticsearch.index.shard
Methods in org.elasticsearch.index.shard with parameters of type Repository Modifier and Type Method Description booleanIndexShard. restoreFromRepository(Repository repository) -
Uses of Repository in org.elasticsearch.repositories
Methods in org.elasticsearch.repositories that return Repository Modifier and Type Method Description RepositoryRepository.Factory. create(RepositoryMetaData metadata)Constructs a repository.default RepositoryRepository.Factory. create(RepositoryMetaData metaData, Function<String,Repository.Factory> typeLookup)RepositoryRepositoriesService. repository(String repositoryName)Returns registered repository -
Uses of Repository in org.elasticsearch.repositories.blobstore
Classes in org.elasticsearch.repositories.blobstore that implement Repository Modifier and Type Class Description classBlobStoreRepositoryBlobStore - based implementation of Snapshot Repository -
Uses of Repository in org.elasticsearch.repositories.fs
Classes in org.elasticsearch.repositories.fs that implement Repository Modifier and Type Class Description classFsRepositoryShared file system implementation of the BlobStoreRepository
-