Package org.apache.solr.core
Interface ShutdownAwareDirectory
-
public interface ShutdownAwareDirectory
CachingDirectoryFactory
will 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 void
closeOnShutdown()
-
-
-
Method Detail
-
closeOnShutdown
void closeOnShutdown() throws IOException
- Throws:
IOException
-
-