Uses of Class
com.prineside.tdi2.utils.ParallelBatch
Packages that use ParallelBatch
-
Uses of ParallelBatch in com.prineside.tdi2.utils
Fields in com.prineside.tdi2.utils declared as ParallelBatchFields in com.prineside.tdi2.utils with type parameters of type ParallelBatchMethod parameters in com.prineside.tdi2.utils with type arguments of type ParallelBatchModifier and TypeMethodDescriptionvoid
ParallelBatchStack.registerBatch
(int priority, ObjectConsumer<ParallelBatch> job) void
ParallelBatchStack.registerBatchWithFlushCallback
(int priority, ObjectConsumer<ParallelBatch> job, Runnable postFlushRunnable)