Interface WritableResourceHandler

All Superinterfaces:
AutoCloseable, Closeable, ResourceHandler
All Known Implementing Classes:
BufferedWritableResourceHandler, PathWritableResourceHandler

public interface WritableResourceHandler extends ResourceHandler
Maven 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: