public class ConstraintEventsIterator extends Object implements Iterator<FSConstraintEvent>
| Constructor and Description |
|---|
ConstraintEventsIterator(String dumpDirectory,
HiveConf hiveConf) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
FSConstraintEvent |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic ConstraintEventsIterator(String dumpDirectory, HiveConf hiveConf) throws IOException
IOExceptionpublic boolean hasNext()
hasNext in interface Iterator<FSConstraintEvent>public FSConstraintEvent next()
next in interface Iterator<FSConstraintEvent>Copyright © 2024 The Apache Software Foundation. All rights reserved.