public class BrSendungDetailsTask
extends java.util.concurrent.RecursiveTask<java.util.Set<DatenFilm>>
| Modifier and Type | Field and Description |
|---|---|
static int |
MAXIMUM_URLS_PER_TASK |
| Constructor and Description |
|---|
BrSendungDetailsTask(MediathekReader aCrawler,
java.util.concurrent.ConcurrentLinkedQueue<java.lang.String> aBrFilmIds) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Set<DatenFilm> |
compute() |
adapt, adapt, adapt, cancel, compareAndSetForkJoinTaskTag, complete, completeExceptionally, fork, get, get, getException, getForkJoinTaskTag, getPool, getQueuedTaskCount, getSurplusQueuedTaskCount, helpQuiesce, inForkJoinPool, invoke, invokeAll, invokeAll, invokeAll, isCancelled, isCompletedAbnormally, isCompletedNormally, isDone, join, peekNextLocalTask, pollNextLocalTask, pollTask, quietlyComplete, quietlyInvoke, quietlyJoin, reinitialize, setForkJoinTaskTag, tryUnforkpublic static final int MAXIMUM_URLS_PER_TASK
public BrSendungDetailsTask(MediathekReader aCrawler, java.util.concurrent.ConcurrentLinkedQueue<java.lang.String> aBrFilmIds)