Package tech.ydb.yoj.repository.ydb
Class YdbLegacySpliterator<V>
java.lang.Object
tech.ydb.yoj.repository.ydb.YdbLegacySpliterator<V>
- All Implemented Interfaces:
Spliterator<V>
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.Spliterator
Spliterator.OfDouble, Spliterator.OfInt, Spliterator.OfLong, Spliterator.OfPrimitive<T extends Object,T_CONS extends Object, T_SPLITR extends Spliterator.OfPrimitive<T, T_CONS, T_SPLITR>> -
Field Summary
Fields inherited from interface java.util.Spliterator
CONCURRENT, DISTINCT, IMMUTABLE, NONNULL, ORDERED, SIZED, SORTED, SUBSIZED -
Constructor Summary
ConstructorsConstructorDescriptionYdbLegacySpliterator(boolean isOrdered, Consumer<Consumer<? super V>> action) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionintDeprecated.longDeprecated.Deprecated.booleantryAdvance(Consumer<? super V> action) Deprecated.trySplit()Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Spliterator
forEachRemaining, getComparator, getExactSizeIfKnown, hasCharacteristics
-
Constructor Details
-
YdbLegacySpliterator
Deprecated.
-
-
Method Details
-
makeStream
Deprecated. -
tryAdvance
Deprecated.- Specified by:
tryAdvancein interfaceSpliterator<V>
-
trySplit
Deprecated.- Specified by:
trySplitin interfaceSpliterator<V>
-
estimateSize
public long estimateSize()Deprecated.- Specified by:
estimateSizein interfaceSpliterator<V>
-
characteristics
public int characteristics()Deprecated.- Specified by:
characteristicsin interfaceSpliterator<V>
-
SpliteratorforReadTable. Will be eventually removed in a future YOJ version.To use the new
Spliteratorcontract-conformant implementation, setReadTableParams.builder().<...>.useNewSpliterator(true).Note that using the new implementation currently has a negative performance impact, for more information refer to GitHub Issue #42.