Interface WritableResourceHandler

  • All Superinterfaces:
    java.lang.AutoCloseable, java.io.Closeable, ResourceHandler

    public interface WritableResourceHandler
    extends ResourceHandler
    Maven 2 Index writable ResourceHandler, is capable of saving resources too. Needed only if incremental index updates are wanted, to store the index state locally, and be able to calculate incremental diffs on next IndexReader invocation. Is used by single thread only.
    Since:
    5.1.2
    See Also:
    ResourceHandler