public interface RuleEngineSpliteratorStrategy
| Modifier and Type | Method and Description |
|---|---|
int |
getNumberOfThreads()
get the number of threads to be allocated for spliterator
|
static int |
getPartitionSize(int totalSize,
int numberOfPartitions)
calculate the partition size based on total size and the number of partitions to allocate
|
int getNumberOfThreads()
static int getPartitionSize(int totalSize,
int numberOfPartitions)
totalSize - total sizenumberOfPartitions - number of partitions to allocateCopyright © 2018 SAP SE. All Rights Reserved.