CPARK 1.0
A light-weighted, distributed computing framework for C++ that offers a fast and general-purpose large data processing solution.
|
#include <base_rdd.h>
A concept that requires its objects have some dependency relationship between each other. A HasDependency
must be HasId
, with the following member functions: dependencies() returns a list of the id-s of the dependencies of the current object. addDependency() adds the id of a new dependency to the current object.