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