@PublicApi public interface KeyValueIterator
KeyValueSystem
or its partitions.Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
KeyValuePair |
next()
Throws a
NoSuchElementException if there are no more pairs. |
boolean hasNext()
KeyValuePair next() throws IOException, AlluxioException
NoSuchElementException
if there are no more pairs.IOException
AlluxioException
Copyright © 2023. All Rights Reserved.