public void run()

public void run(boolean jsonSerialize, boolean collect)

Runs the pipeline of functions immediately upon execution. It will only run once.

Parameters

NameTypeDescription
collectbooleanWhether or not to collect the results from the entire cluster before returning them
jsonSerializebooleanWhether or not to serialize the results to JSON before returning them

Returns

None

Example

GearsBuilder.CreateGearsBuilder(reader).run();