Class BatchedImportRowBufferProcessor.LongFillSetter
java.lang.Object
java.util.concurrent.ForkJoinTask<Void>
java.util.concurrent.RecursiveAction
com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.LongFillSetter
- All Implemented Interfaces:
Serializable
,Future<Void>
- Enclosing class:
- BatchedImportRowBufferProcessor
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLongFillSetter
(RowBatch.LongColumn source, LocalAppendableColumn<?> destination) -
Method Summary
Methods inherited from class java.util.concurrent.RecursiveAction
exec, getRawResult, setRawResult
Methods inherited from class java.util.concurrent.ForkJoinTask
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, pollSubmission, pollTask, quietlyComplete, quietlyInvoke, quietlyJoin, reinitialize, setForkJoinTaskTag, tryUnfork
-
Field Details
-
profilerColumn
-
-
Constructor Details
-
LongFillSetter
public LongFillSetter(@NotNull RowBatch.LongColumn source, @NotNull LocalAppendableColumn<?> destination)
-
-
Method Details
-
write
public final void write() -
compute
protected final void compute()- Specified by:
compute
in classRecursiveAction
-