| Package | Description |
|---|---|
| com.feedzai.commons.sql.abstraction.batch.impl |
| Modifier and Type | Method and Description |
|---|---|
static MultithreadedBatchConfig.MultithreadedBatchConfigBuilder |
MultithreadedBatchConfig.builder()
Returns the
builder to create an instance of this class. |
protected MultithreadedBatchConfig.MultithreadedBatchConfigBuilder |
MultithreadedBatchConfig.MultithreadedBatchConfigBuilder.self() |
MultithreadedBatchConfig.MultithreadedBatchConfigBuilder |
MultithreadedBatchConfig.MultithreadedBatchConfigBuilder.withExecutorCapacity(int executorCapacity)
Sets the executor queue capacity.
|
MultithreadedBatchConfig.MultithreadedBatchConfigBuilder |
MultithreadedBatchConfig.MultithreadedBatchConfigBuilder.withNumberOfThreads(int numberOfThreads)
Sets the number of threads for the executor.
|
| Constructor and Description |
|---|
MultithreadedBatchConfig(MultithreadedBatchConfig.MultithreadedBatchConfigBuilder builder)
Constructor for this
MultithreadedBatchConfig. |
Copyright © 2023 Feedzai. All rights reserved.