kernel/private/classes/ezscriptclusterpurge.php
File containing the eZScriptClusterPurge class.
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Package
- kernel
- Version
- 4.6.0
\eZScriptClusterPurge
Package: Default
This class handles purging of cluster items. It is used by both the script and cronjob.
Performance note: this procedure should be quite nice to the server memory wise. It has been monitored as reaching about 5MB memory usage on a thousand items, and ended up with an almost constant usage. No particular setting should therefore be required to run it.
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
Constants
Properties


bool
= ''
optMemoryMonitoring
optMemoryMonitoring
Details
- Type
- bool
- Magic
- Property
- optMemoryMonitoring
Methods


__set(
$propertyName, $propertyValue
)
:
void
Parameters
Details
Name | Type | Description |
---|---|---|
$propertyName | ||
$propertyValue |
- Todo
- Add type & value check


isRequired(
)
:
bool
static
Performs preliminary checks in order to ensure the process can be started: - does the active cluster handler require purging of binary files
Returns
Type | Description |
---|---|
bool |