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
파일 보기 프로젝트 열기: juditacs/wordcount 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$count
$word

공개 메소드들

메소드 설명
__construct ( $word, $count )

메소드 상세

__construct() 공개 메소드

public __construct ( $word, $count )

프로퍼티 상세

$count 공개적으로 프로퍼티

public $count

$word 공개적으로 프로퍼티

public $word