Package org.apache.solr.core
Interface ShutdownAwareDirectory
- 
- All Known Implementing Classes:
- BlockDirectory
 
 public interface ShutdownAwareDirectoryCachingDirectoryFactorywill call this method rather thanDirectory.close()on shutdown if a Directory implements this interface.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcloseOnShutdown()
 
- 
- 
- 
Method Detail- 
closeOnShutdownvoid closeOnShutdown() throws IOException- Throws:
- IOException
 
 
- 
 
-