Interface Handler
- All Known Subinterfaces:
CustomHandler
,PrepareHandler
public interface Handler
Common interfaces for handlers.
-
Method Summary
-
Method Details
-
init
Called once when the database is opened, immediately before recovery is performed. A recovery handler can save the database reference and call upon it later. By default, this method does nothing.- Throws:
IOException
-