Package org.apache.derby.iapi.services.daemon
-
Interface Summary Interface Description DaemonFactory Daemon Factory can create new DaemonService, which runs on seperate background threads.DaemonService A DaemonService provides a background service which is suitable for asynchronous I/O and general clean up.IndexStatisticsDaemon Daemon acting as a coordinator for creating and updating index statistics.Serviceable To use a DaemonService, one implements the Serviceable interface.