PHP Class 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.
显示文件
Open project: juditacs/wordcount
Class Usage Examples
Public Properties
Public Methods
Method Details
__construct()
public method
Property Details
$count public_oe property