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.

Please use the new Spliterator contract-conformant implementation by explicitly setting ReadTableParams.builder().<...>.useNewSpliterator(true).