Class UnknownTypeRepository

java.lang.Object
org.elasticsearch.common.component.AbstractLifecycleComponent
org.elasticsearch.repositories.UnknownTypeRepository
All Implemented Interfaces:
Closeable, AutoCloseable, LifecycleComponent, 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 when a user creates a snapshot repository using a type from a plugin and then removes the plugin.