Getting Collector Information
Getting Collector Information
- public function getCollectorName()
- public function hasAutomaticPolicy()
- public function getDefaultRetentionPolicy() — Get the default retention policy for this collector.
- public function getRetentionPolicy() — Get the effective retention policy.
- final public function getCollectorConstant() — Get a unique string constant identifying this collector.
Collecting Garbage
Collecting Garbage
- final public function runCollector() — Run the collector.
- protected function collectGarbage()
- final protected function getGarbageEpoch() — Get the most recent epoch timestamp that is considered garbage.
- final public static function getAllCollectors() — Load all of the available garbage collectors.