Collect

Collects all records to the origin shard.

public GearsBuilder<T> collect()

Collects all of the records to the shard where the RedisGears job started.

Parameters

None

Returns

Returns a GearsBuilder object with the same template type as the input builder.

Example

GearsBuilder.CreateGearsBuilder(reader).collect();
RATE THIS PAGE
Back to top ↑