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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcloseOnShutdown()
-
-
-
Method Detail
-
closeOnShutdown
void closeOnShutdown() throws IOException- Throws:
IOException
-
-