PHP Класс Spork\Batch\Strategy\MongoStrategy

If you use this strategy you MUST close your Mongo connection on the spork.pre_fork event. $mongo = new Mongo(); $manager->addListener(Events::PRE_FORK, array($mongo, 'close'));
Наследование: extends Spork\Batch\Strategy\AbstractStrategy
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( integer $size = 3, integer $skip ) Constructor.
createBatches ( $cursor )

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( integer $size = 3, integer $skip )
$size integer The number of batches to create
$skip integer The number of documents to skip

createBatches() публичный Метод

public createBatches ( $cursor )