public class ExcelImportForkJoinWork extends java.util.concurrent.RecursiveTask<ExcelImportResult>
| 构造器和说明 |
|---|
ExcelImportForkJoinWork(int startRow,
int endRow,
org.apache.poi.ss.usermodel.Sheet sheet,
ImportParams params,
java.lang.Class<?> pojoClass,
ExcelImportService importService,
java.lang.String targetId,
java.util.Map<java.lang.Integer,java.lang.String> titlemap,
java.util.Map<java.lang.String,ExcelImportEntity> excelParams) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected ExcelImportResult |
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 ExcelImportForkJoinWork(int startRow,
int endRow,
org.apache.poi.ss.usermodel.Sheet sheet,
ImportParams params,
java.lang.Class<?> pojoClass,
ExcelImportService importService,
java.lang.String targetId,
java.util.Map<java.lang.Integer,java.lang.String> titlemap,
java.util.Map<java.lang.String,ExcelImportEntity> excelParams)
protected ExcelImportResult compute()
compute 在类中 java.util.concurrent.RecursiveTask<ExcelImportResult>Copyright © 2021 悟耘. All Rights Reserved.