Package | Description |
---|---|
org.infinispan.stream.impl.spliterators |
Modifier and Type | Method and Description |
---|---|
IteratorAsSpliterator.Builder<T> |
IteratorAsSpliterator.Builder.setBatchIncrease(int batchIncrease)
Sets the batch increase size.
|
IteratorAsSpliterator.Builder<T> |
IteratorAsSpliterator.Builder.setCharacteristics(int characteristics)
Sets the characteristics the subsequent spliterator will have.
|
IteratorAsSpliterator.Builder<T> |
IteratorAsSpliterator.Builder.setEstimateRemaining(long estimateRemaining)
Sets how many estimated elements are remaining for this iterator
This defaults to Long.MAX_VALUE.
|
IteratorAsSpliterator.Builder |
IteratorAsSpliterator.Builder.setMaxBatchSize(int maxBatchSize)
Sets the max batch size for a thread to use - This defaults to 51200
|
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.