Uses of Class
org.infinispan.stream.impl.spliterators.IteratorAsSpliterator.Builder
Packages that use IteratorAsSpliterator.Builder
-
Uses of IteratorAsSpliterator.Builder in org.infinispan.stream.impl.spliterators
Methods in org.infinispan.stream.impl.spliterators that return IteratorAsSpliterator.BuilderModifier and TypeMethodDescriptionIteratorAsSpliterator.Builder.setBatchIncrease(int batchIncrease) Sets the batch increase size.IteratorAsSpliterator.Builder.setCharacteristics(int characteristics) Sets the characteristics the subsequent spliterator will have.IteratorAsSpliterator.Builder.setEstimateRemaining(long estimateRemaining) Sets how many estimated elements are remaining for this iterator This defaults to Long.MAX_VALUE.IteratorAsSpliterator.Builder.setMaxBatchSize(int maxBatchSize) Sets the max batch size for a thread to use - This defaults to 51200