ActionScheduler_DataController
Description Description
The main plugin/initialization class for the data stores.
Responsible for hooking everything up with WordPress.
Source Source
File: packages/action-scheduler/classes/ActionScheduler_DataController.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |
Methods Methods
- dependencies_met — Get a flag indicating whether the migration environment dependencies are met.
- free_memory — Reduce memory footprint by clearing the database query and object caches.
- init — Connect to table datastores if migration is complete.
- instance — Singleton factory.
- is_migration_complete — Get a flag indicating whether the migration is complete.
- mark_migration_complete — Mark the migration as complete.
- mark_migration_incomplete — Unmark migration when a plugin is de-activated. Will not work in case of silent activation, for example in an update.
- maybe_free_memory — Free memory if conditions are met.
- set_free_ticks — Set the tick count required for freeing memory.
- set_logger_class — Set the action logger class name.
- set_sleep_time — Set the sleep time in seconds.
- set_store_class — Set the action store class name.