Package tech.ytsaurus.core.operations
Interface RetriableIterator<T>
-
- All Superinterfaces:
java.util.Iterator<T>
public interface RetriableIterator<T> extends java.util.Iterator<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description YPath
pathForRetry()
default <F> RetriableIterator<F>
uncheckedCast()
-
-
-
Method Detail
-
pathForRetry
YPath pathForRetry()
-
uncheckedCast
default <F> RetriableIterator<F> uncheckedCast()
-
-