Class YdbLegacySpliterator<V>

java.lang.Object
tech.ydb.yoj.repository.ydb.YdbLegacySpliterator<V>
All Implemented Interfaces:
Spliterator<V>

@Deprecated public class YdbLegacySpliterator<V> extends Object implements Spliterator<V>
Deprecated.
Legacy implementation of Spliterator for ReadTable. Will be eventually removed in a future YOJ version.

To use the new Spliterator contract-conformant implementation, set ReadTableParams.builder().<...>.useNewSpliterator(true).

Note that using the new implementation currently has a negative performance impact, for more information refer to GitHub Issue #42.