Package org.apache.solr.core
Class CachingDirectoryFactory.ReleasableDirectory
- java.lang.Object
-
- org.apache.lucene.store.Directory
-
- org.apache.lucene.store.FilterDirectory
-
- org.apache.solr.core.CachingDirectoryFactory.ReleasableDirectory
-
- All Implemented Interfaces:
Closeable,AutoCloseable
- Enclosing class:
- CachingDirectoryFactory
public static class CachingDirectoryFactory.ReleasableDirectory extends org.apache.lucene.store.FilterDirectoryDelegates to a filtered or unwrapped directory, and allows this caching factory to release correctly the corresponding cached directory.
-
-
Method Summary
-
Methods inherited from class org.apache.lucene.store.FilterDirectory
close, createOutput, createTempOutput, deleteFile, ensureOpen, fileLength, getDelegate, getPendingDeletions, listAll, obtainLock, openInput, rename, sync, syncMetaData, toString, unwrap
-
-