public static class TreeBuilder.TraverseDirectoryTask extends java.util.concurrent.RecursiveTask<DirectoryEntry>
| Constructor and Description |
|---|
TraverseDirectoryTask(DirectoryEntry root) |
| Modifier and Type | Method and Description |
|---|---|
protected DirectoryEntry |
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 TraverseDirectoryTask(DirectoryEntry root)
protected DirectoryEntry compute()
compute in class java.util.concurrent.RecursiveTask<DirectoryEntry>