PHP Класс WordCount, wordcount

This is a serializable class - which means that it can be serialized by the Yothalot framework, and transferred to other nodes in the Yothalot cluster. It is therefore possible that the map(), reduce() and write() methods will all be called on different nodes in the cluster. It is the responsibility of the Yothalot framework to make calls to your object at the right time. You are not supposed to make calls to methods of this class yourself.
Наследование: implements Yothalot\MapReduce
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$count
$word

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

Метод Описание
__construct ( $word, $count )

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

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

public __construct ( $word, $count )

Описание свойств

$count публичное свойство

public $count

$word публичное свойство

public $word