Class DistributedJobConfigSource<JobType extends JobConfig>
- java.lang.Object
-
- com.floragunn.searchsupport.jobs.cluster.DistributedJobConfigSource<JobType>
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.logging.log4j.Loggerlog
-
Constructor Summary
Constructors Constructor Description DistributedJobConfigSource(Iterable<JobType> jobSupplier, JobDistributor jobDistributor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<JobType>iterator()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
DistributedJobConfigSource
public DistributedJobConfigSource(Iterable<JobType> jobSupplier, JobDistributor jobDistributor)
-
-