Class ManagedResourceStorage

  • Direct Known Subclasses:
    ManagedResourceStorage.JsonStorage

    public abstract class ManagedResourceStorage
    extends Object
    Abstract base class that provides most of the functionality needed to store arbitrary data for managed resources. Concrete implementations need to decide the underlying format that data is stored in, such as JSON. The underlying storage I/O layer will be determined by the environment Solr is running in, e.g. in cloud mode, data will be stored and loaded from ZooKeeper.