Class FeedTaskSplit
- java.lang.Object
-
- org.alfresco.repo.activities.feed.FeedTaskSplit
-
public class FeedTaskSplit extends java.lang.ObjectResponsible 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 java.util.Collection<JobSettings>split(int gridSize, JobSettings splitSettings)
-
-
-
Method Detail
-
split
public java.util.Collection<JobSettings> split(int gridSize, JobSettings splitSettings)
-
-