Class FeedTaskSplit
- java.lang.Object
-
- org.alfresco.repo.activities.feed.FeedTaskSplit
-
public class FeedTaskSplit extends Object
Responsible for splitting the feed task into feed jobs (to be executed locally or on a grid)
-
-
Constructor Summary
Constructors Constructor Description FeedTaskSplit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<JobSettings>split(int gridSize, JobSettings splitSettings)
-
-
-
Method Detail
-
split
public Collection<JobSettings> split(int gridSize, JobSettings splitSettings)
-
-