Class FeedTaskSplit


  • public class FeedTaskSplit
    extends java.lang.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
      java.util.Collection<JobSettings> split​(int gridSize, JobSettings splitSettings)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FeedTaskSplit

        public FeedTaskSplit()