Class UnknownTypeRepository

java.lang.Object
org.elasticsearch.common.component.AbstractLifecycleComponent
org.elasticsearch.repositories.UnknownTypeRepository
All Implemented Interfaces:
Closeable, AutoCloseable, LifecycleComponent, org.elasticsearch.core.Releasable, Repository

public class UnknownTypeRepository extends AbstractLifecycleComponent implements Repository
This class represents a repository that could not be initialized due to unknown type. This could happen whe a user creates a snapshot repository using a type from a plugin and then removes the plugin.
  • Constructor Details

    • UnknownTypeRepository

      public UnknownTypeRepository(RepositoryMetadata repositoryMetadata)
  • Method Details