MediaWiki master
TrackBlobs Class Reference

Inherits Maintenance.

Collaboration diagram for TrackBlobs:

Public Member Functions

 __construct ()
 
 execute ()
 

Public Attributes

int $batchSize = 1000
 
string[] $clusters
 
bool $doBlobOrphans
 
int $reportingInterval = 10
 
IExpression null $textClause
 
array $trackedBlobs = []
 

Detailed Description

Definition at line 33 of file trackBlobs.php.

Constructor & Destructor Documentation

◆ __construct()

TrackBlobs::__construct ( )

Definition at line 48 of file trackBlobs.php.

Member Function Documentation

◆ execute()

TrackBlobs::execute ( )

Definition at line 59 of file trackBlobs.php.

Member Data Documentation

◆ $batchSize

int TrackBlobs::$batchSize = 1000

Definition at line 44 of file trackBlobs.php.

◆ $clusters

string [] TrackBlobs::$clusters

Definition at line 35 of file trackBlobs.php.

◆ $doBlobOrphans

bool TrackBlobs::$doBlobOrphans

Definition at line 39 of file trackBlobs.php.

◆ $reportingInterval

int TrackBlobs::$reportingInterval = 10

Definition at line 46 of file trackBlobs.php.

◆ $textClause

IExpression null TrackBlobs::$textClause

Definition at line 37 of file trackBlobs.php.

◆ $trackedBlobs

array TrackBlobs::$trackedBlobs = []

Definition at line 41 of file trackBlobs.php.


The documentation for this class was generated from the following file: