Class BatchedImportRowBufferProcessor.ByteComputedSetter
java.lang.Object
java.util.concurrent.ForkJoinTask<Void>
java.util.concurrent.RecursiveAction
com.illumon.iris.db.tables.dataimport.BatchedImportRowBufferProcessor.ByteComputedSetter
- All Implemented Interfaces:
- Serializable,- Future<Void>
- Enclosing class:
- BatchedImportRowBufferProcessor
protected final class BatchedImportRowBufferProcessor.ByteComputedSetter extends RecursiveAction
- See Also:
- Serialized Form
- 
Constructor SummaryConstructors Constructor Description ByteComputedSetter(BatchedImportRowBufferProcessor.IndexToByteFunction function, LocalAppendableColumn<?> destination)
- 
Method SummaryMethods inherited from class java.util.concurrent.ForkJoinTaskadapt, 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
- 
Constructor Details- 
ByteComputedSetterpublic ByteComputedSetter(@NotNull BatchedImportRowBufferProcessor.IndexToByteFunction function, @NotNull LocalAppendableColumn<?> destination)
 
- 
- 
Method Details- 
write- Throws:
- IOException
 
- 
computeprotected final void compute()- Specified by:
- computein class- RecursiveAction
 
 
-