| Package | Description |
|---|---|
| kr.jm.utils.flow.processor |
| Modifier and Type | Method and Description |
|---|---|
static <O,I extends Collection<O>> |
JMTransformProcessorBuilder.buildCollectionEachWithThreadPool()
Build collection each with thread pool jm concurrent transform processor.
|
static <O,I extends Collection<O>> |
JMTransformProcessorBuilder.buildCollectionEachWithThreadPool(Executor executor,
int maxBufferCapacity)
Build collection each with thread pool jm concurrent transform processor.
|
static <O,I extends Collection<O>,R> |
JMTransformProcessorBuilder.buildCollectionEachWithThreadPool(Executor executor,
int maxBufferCapacity,
TransformerInterface<O,R> eachTransformer)
Build collection each with thread pool jm concurrent transform processor.
|
static <O,I extends Collection<O>> |
JMTransformProcessorBuilder.buildCollectionEachWithThreadPool(int maxBufferCapacity)
Build collection each with thread pool jm concurrent transform processor.
|
static <O,I extends Collection<O>,R> |
JMTransformProcessorBuilder.buildCollectionEachWithThreadPool(int maxBufferCapacity,
TransformerInterface<O,R> eachTransformer)
Build collection each with thread pool jm concurrent transform processor.
|
static <O,I extends Collection<O>,R> |
JMTransformProcessorBuilder.buildCollectionEachWithThreadPool(TransformerInterface<O,R> eachTransformer)
Build collection each with thread pool jm concurrent transform processor.
|
static <I,O> JMConcurrentTransformProcessor<I,O> |
JMTransformProcessorBuilder.buildWithThreadPool(java.util.function.BiConsumer<I,JMSubmissionPublisher<? super O>> singlePublisherBiConsumer)
Build with thread pool jm concurrent transform processor.
|
static <I,O> JMConcurrentTransformProcessor<I,O> |
JMTransformProcessorBuilder.buildWithThreadPool(Executor executor,
int maxBufferCapacity,
java.util.function.BiConsumer<I,JMSubmissionPublisher<? super O>> singlePublisherBiConsumer)
Build with thread pool jm concurrent transform processor.
|
static <I,O> JMConcurrentTransformProcessor<I,O> |
JMTransformProcessorBuilder.buildWithThreadPool(Executor executor,
int maxBufferCapacity,
TransformerInterface<I,O> transformer)
Build with thread pool jm concurrent transform processor.
|
static <I,O> JMConcurrentTransformProcessor<I,O> |
JMTransformProcessorBuilder.buildWithThreadPool(int maxBufferCapacity,
java.util.function.BiConsumer<I,JMSubmissionPublisher<? super O>> singlePublisherBiConsumer)
Build with thread pool jm concurrent transform processor.
|
static <I,O> JMConcurrentTransformProcessor<I,O> |
JMTransformProcessorBuilder.buildWithThreadPool(int maxBufferCapacity,
TransformerInterface<I,O> transformer)
Build with thread pool jm concurrent transform processor.
|
static <I,O> JMConcurrentTransformProcessor<I,O> |
JMTransformProcessorBuilder.buildWithThreadPool(TransformerInterface<I,O> transformer)
Build with thread pool jm concurrent transform processor.
|
Copyright © 2018. All rights reserved.